Focusing on Coffee-Script/Javascript Development
My fork of @mjsrusso's dotfiles. (Inspiration)
git clone git://github.com/shanejonas/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install
vim +BundleInstall +qall
- Vim +vundle +powerline +vim-coffee-script +syntastic +supertab
- Zsh +oh-my-zsh
Bonus: Emacs +evil-mode (vim-bindings) for the adventurous
###Adding syntax highlighting to zsh
-
clone this repository into the oh-my-zsh plugins directory (create it if its not there):
cd ~/.oh-my-zsh/custom/plugins git clone git://github.com/zsh-users/zsh-syntax-highlighting.git -
Activate the plugin in
~/.zshrc(in last position):plugins=( [plugins...] zsh-syntax-highlighting) -
Source
~/.zshrcto take changes into account:source ~/.zshrc
-
bin/: Anything in
bin/will be added to your$PATHand be made available everywhere. -
topic/*.sh: Any files ending in
.shget loaded into your environment. -
topic/*.symlink: Any files ending in
*.symlinkget symlinked into your$HOME. (These files get symlinked when you runrake install.)- symlinks can be generated in cases where these standard topic/*.symlink
symlink rules do not apply; see the
:installtask of theRakefilefor details.
- symlinks can be generated in cases where these standard topic/*.symlink
symlink rules do not apply; see the
-
.localrc: Create a file called
.localrcto store any data that you do not want committed to the git repository (secrets, etc.).
OS X, with the Homebrew package manager.
These dotfiles are heavily based on Zach Holman's dotfiles.
Also includes code from the following dotfiles: