Tag: dotfiles

Keep Gnome Shell settings in dotfiles with yadm

Gnome project went through a long and turbulent journey in a open-source world, filled with forks, pivotal changes and controversy. Gnome is based on GTK widget toolkit. Widget toolkit is a software library used to build graphical user interface (GUI). GTK was born as a more open…

Don't use global npm config for dotfiles with nvm

It is possible to set the global npm config via the global switch # short version npm config set init-version "0.0.1" -g # long version npm config set init-version "0.0.1" --global The location of the global npm config in nvm is tied to node version, renderi…