setup dotfiles on a new machines by cloning into the home directory and executing
> $ sh makesymlinks.sh
Running makesymlinks
- copies current dotfiles into
~/dotfiles_old
- creates a
~/dotfiles
directory - creates symbolic links to files in
~/dotfiles
-
Also configures git to ignore directories/files in
.gitignore_global
-
When editing, change and commit the files in
~/dotfiles
The .vim
directory only contains the package manager Vundle. To install plugins:
vim .vimrc
:PluginInstall
Vundle is configured to install Vim plugins in ~/vim-plugins-vundle/
.