My config files I frequently use. Tucked into a git repo to have them available from everywhere.
- Clone with
git clone [email protected]:stefanhorning/.dotfiles.git
(ideally into your home dir) - Create symlinks like
ln -s .dotfiles/vimrc .vimrc
. You might to remove existing configs first
For vim create symlinks from .vimrc and .vim like this:
ln -s .dotfiles/vimrc .vimrc
ln -s .dotfiles/vim .vim
For neovim link from other places:
ln -s ~/.dotfiles/vimrc ~/.config/nvim/init.vim
ln -s ~/.dotfiles/vim ~/.local/share/nvim/site
ln -s .dotfiles/gitconfig .gitconfing
ln -s .dotfiles/bashrc .bashrc