Clint's minimal dotfiles This dotfiles works for Linux and OS X.
Prerequisites:
- Python and pyyaml
- VIM (make sure to install vim-gui-common and vim-runtime)
- Vundle (package manager for VIM)
- Bash
Original skeleton copied from sontek/dotfiles.
-
Make sure the prerequisites are installed
-
git clone the package
$ git clone https://github.com/ckyang74/dotfiles.git
This will create a local directory called dotfiles.
-
cd into the dotfiles directory, then run the installer:
$ ./installer.py
-
Make sure Vundle is installed (see below)
-
Update
~/.bash_aliases
for machine specific bash settings -
Update
~/.vimrc.local
for machine specific VIM settings
The vim package manager is Vundle. Install Vundle with
$ git clone https://github.com/VundleVim/Vundle.vim.git \
~/.vim/bundle/Vundle.vim
Then from within VIM, run:
:PluginInstall