Skip to content

victormours/dotfiles

Repository files navigation

.dotfiles

All you need to DEVELOP HARDER!

Installing

git clone git://github.com/victormours/dotfiles.git ~/.dotfiles
~/.dotfiles/install.sh

What you get

  • awesome shell aliases
  • blazingly fast git workflow
  • sweet vim setup
  • and much more!

Zsh

  • Explicit aliases! They expand automatically when you use them.
  • Mandatory aliases: so you don't forget to use them. Mandatory Aliases

(Mac)Vim

  • Space is the leader!
  • <Space>f opens a file tree
  • <Space>d opensa a fuzzy file finder
  • Ctrl with hjkl moves from split to split
  • vv opens a vertical split
  • ss opens a horizontal one
  • Q closes a split
  • <Space>g opens a grep of the word under the cursor

Abbreviations!

  • pry! for require 'pry'; binding.pry
  • spec! for require 'spec_helper'

Git(Hub)

Super fast aliases (see git/aliases)

  • c my-branch to checkout
  • l to pull
  • gc "my commit message" to add all and commit
  • p to push
  • prm to open a pull request towards the master branch
  • prs to see all the pull requests in the current repo

Customizing

  • 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 after zsh/zshrc.

About

All you need to DEVELOP HARDER!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published