Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 429 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 429 Bytes

Install

Copy and run this script:

git clone http://github.com/erming/dotfiles && ./dotfiles/install.sh

This will also apt-get a couple of useful packages:

  • git
  • screen
  • tree
  • unzip
  • vim
  • wget

Shortcuts

Useful git aliases:

a = add --all
b = branch
c = commit
d = diff
l = log --oneline -5
p = push
s = status

License

Available under the MIT license.