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>f
opens a file tree<Space>d
opensa a fuzzy file finderCtrl
withhjkl
moves from split to splitvv
opens a vertical splitss
opens a horizontal oneQ
closes a split<Space>g
opens a grep of the word under the cursor
pry!
forrequire 'pry'; binding.pry
spec!
forrequire 'spec_helper'
Super fast aliases (see git/aliases
)
c my-branch
to checkoutl
to pullgc "my commit message"
to add all and commitp
to pushprm
to open a pull request towards the master branchprs
to 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/zshrc
will be loaded afterzsh/zshrc
.