dotfiles for linux environments. 2017 Ben Hoffman.
- sorin-ionescu/prezto — awesome zsh config
- gmarik/Vundle.vim — Vim plugin manager
- tmux config
- tmux-plugins/tpm - tmux plugin manager
- Lots of Vim plugins:
- pangloss/vim-javascript - javascript syntax highlighting
- mxw/vim-jsx - jsx syntax highlighting for vim
- othree/javascript-libraries-syntax.vim - more javascript syntax stuff
- lepture/vim-jinja - jinja syntax highlighting
- chriskempson/base16-vim - color schemes for vim
- NLKNguyen/papercolor-theme - 256 color vim theme based on material design
- editorconfig/editorconfig-vim - editorconfig plugin for vim
- MarcWeber/vim-addon-mw-utils - vim utilities
- scrooloose/syntastic — syntax checking plugins
- mattn/emmet-vim — Emmet for Vim
- tpope/vim-fugitive — Git wrapper for Vim
- 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!
- rking/ag.vim - fast ack replacement used by ctrl-space
- szw/vim-ctrlspace - vim tab and buffer manager
$ 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$ $HOME/.homesick/repos/homeshick/bin/homeshick clone git@github.com:rexmondo/dotfiles.git- install node on your system (I prefer to use https://github.com/tj/n)
$ sudo apt-get install build-essential cmake python-dev python3-devfor YouCompleteMe- get a good version of vim (like
vim-noxfromppa:jonathonf/vim) - Start
vim. - ctrl-A I to install tmux plugins.
- ???
- Profit.