/dotfiles

dotfiles

Primary LanguageShell

dotfiles

How to install

cd ~
git init
git remote add origin git@github.com: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