/dotfiles

.dotfile to setup local environment

Primary LanguageShellMIT LicenseMIT

My dotfiles

Screen

How to run

$ sh install

How to install Apps

$ sh install_apps

Instalation

$ curl -L https://raw.github.com/kenjiyamamoto/dotfiles/master/install | sh
# or
$ git clone https://github.com/kenjiyamamoto/dotfiles.git && cd dotfiles && sh install.sh

Git Aliases

$ git st ~ status -sb
$ git ci ~ commit -m
$ git br ~ branch
$ git df ~ diff
$ git lg ~ git log -pgit ps
$ git co ~ git checkout
$ git tree ~ git log --graph --pretty=oneline --decorate
$ git pom ~ git push origin master
$ git ps ~ git push
$ git pl ~ git pull
$ git pp ~ git !"echo 'Pull'; git pull; echo 'Push'; git push"
$ git amend ~ git commit --amend -C HEAD
$ git ll ~ git log --pretty=oneline --decorate --abbrev-commit --max-count=15
$ git lll ~ git git log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
$ git rn ~ git log -M
$ git short ~ git shortlog -s -n

Utils

.bash_profile ✔
.gitconfig ✔
.gitignore_global ✔

License

Code is under MIT license and content is under Creative Commons BY-SA 3.0