Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 481 Bytes

Dotfiles

Notes:

  • Terminal colors: linux.
  • Update email address in .gitconfig.

Basic vim setup:

  • First, install vim.
  • Clone the repositories & set up links.
git clone https://github.com/awylie/dotfiles.git ~/dotfiles
<create symlinks to individual dotfiles>
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • Install the vim bundles.
vim +PluginInstall +qall