Tag: dotfiles
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…
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…