Skip to content

jsdaley/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shanes's dotfiles

Focusing on Coffee-Script/Javascript Development

My fork of @mjsrusso's dotfiles. (Inspiration)

installation

git clone git://github.com/shanejonas/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install
vim +BundleInstall +qall

my setup

  • Vim +vundle +powerline +vim-coffee-script +syntastic +supertab
  • Zsh +oh-my-zsh

Bonus: Emacs +evil-mode (vim-bindings) for the adventurous

additions

###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 ~/.zshrc to take changes into account:

      source ~/.zshrc
    

notes

  • bin/: Anything in bin/ will be added to your $PATH and be made available everywhere.

  • topic/*.sh: Any files ending in .sh get loaded into your environment.

  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. (These files get symlinked when you run rake install.)

    • symlinks can be generated in cases where these standard topic/*.symlink symlink rules do not apply; see the :install task of the Rakefile for details.
  • .localrc: Create a file called .localrc to store any data that you do not want committed to the git repository (secrets, etc.).

system

OS X, with the Homebrew package manager.

thanks

These dotfiles are heavily based on Zach Holman's dotfiles.

Also includes code from the following dotfiles:

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 48.6%
  • Python 30.6%
  • Shell 20.8%