dotfiles How to install cd ~ git init git remote add origin [email protected]:Arcticon/dotfiles.git git fetch git checkout -b master git reset --mixed origin/master How to set editor variable sudo update-alternatives --install /usr/bin/editor editor "$(command -v vim)" 100