dotfiles for linux environments. 2014 Ben Hoffman.
- sorin-ionescu/prezto — awesome zsh config
- gmarik/Vundle.vim — Vim plugin manager
- tmux config
- Lots of Vim plugins: + scrooloose/syntastic — syntax checking plugins + mattn/emmet-vim — Emmet for Vim + tpope/vim-fugitive — Git wrapper for Vim + scrooloose/nerdtree — Pretty filesystem tree panes + jiangmiao/auto-pairs — Auto bracket pairing + garbas/vim-snipmate — Snippets in Vim + MarcWeber/vim-addon-mw-utils — Interpret file by function and cache automatically + tomtom/tlib_vim — Vim utility functions + honza/vim-snippets — Tonnes of community-contributed snippets + tpope/vim-haml — Runtime for Haml, Scss and Sass + bling/vim-airline — Pretty status/tabline + scrooloose/nerdcommenter — Quote, "Vim plugin for intensely orgasmic commenting" + Vim plugin for Drupal — See project page; lots of stuff!
- And probably lots else!
$ brew install zsh
(OSX with Homebrew) orsudo apt-get install zsh
(debian)$ brew install tmux
(OSX with Homebrew) orsudo apt-get install tmux
(debian)chsh -s `which zsh`
to change shell to zsh$ git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
cd $HOME/.homesick/repos/homeshick && git checkout 6b53454a60eeeed9329e0c648a5bc4984615e733
- Add
$HOME/.homesick/repos/homeshick/bin/homeshick
to your$PATH
. If using Homebrew:ln -s $HOME/.homesick/repos/homeshick/bin/homeshick /usr/local/bin/
homeshick clone [email protected]:rexmondo/dotfiles.git && homeshick link dotfiles
- Start
vim
. Do:PluginInstall
. - ???
- Profit.