git clone git://github.com/victormours/dotfiles.git ~/.dotfiles
~/.dotfiles/install.sh
- Modify the gitconfig so that you don't use my name ;)
- Install iTerm2
- Install Solarized for iTerm2
- awesome shell aliases
- blazingly fast git workflow
- sweet vim setup
- and much more!
- Explicit aliases! They expand automatically when you use them.
- Mandatory aliases: so you don't forget to use them.

- Space is the leader!
<Space>fopens a file tree<Space>dopensa a fuzzy file finderCtrlwithhjklmoves from split to splitvvopens a vertical splitssopens a horizontal oneQcloses a split<Space>gopens a grep of the word under the cursor
pry!forrequire 'pry'; binding.pryspec!forrequire 'spec_helper'
Super fast aliases (see git/aliases)
c my-branchto checkoutlto pullgc "my commit message"to add all and commitpto pushprmto open a pull request towards the master branchprsto see all the pull requests in the current repo
- If you want to add a machine-specific zsh config, you can do so by adding a zshrc file in the
local/directory.local/zshrcwill be loaded afterzsh/zshrc.