setup dotfiles on a new machines by cloning into the home directory and executing
> $ sh makesymlinks.shRunning makesymlinks
- copies current dotfiles into
~/dotfiles_old - creates a
~/dotfilesdirectory - 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
:PluginInstallVundle is configured to install Vim plugins in ~/vim-plugins-vundle/.