- awesome Vim configuration
- customized shell prompt
Clone this repo:
# basic clone
git clone https://github.com/jmcomets/dotfiles.git ~/.dotfiles
# including the submodules (mainly Vim plugins)
git clone --recursive https://github.com/jmcomets/dotfiles.git ~/.dotfiles
Run the installation script (you may want to backup your ~/.*rc files, which will be overwritten by this script). This also sets up some extra symbolic links (.vim, .zsh, .bash, etc...):
~/.dotfiles/configure.sh # setup links
A simple vim plugin manager script is available (command: vwp), but requires docopt to be used. Alternatively symlinks can be created in ~/.vim/extensions, pointing to vim plugin directories (I put them in ~/.vim/bundle).