adwylie / os-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Vim Script 100.0%