install script and aliases

main
Steffen Rademacker 10 years ago
parent b334295664
commit de900f7638

@ -26,6 +26,7 @@ alias l='gls -al --color=auto'
# Gitty gitgit
alias g="git"
alias gf="git flow"
alias gst="git status"
alias ggpl='git pull origin $(current_branch)'
alias ggps='git push origin $(current_branch)'

@ -27,6 +27,7 @@
[alias]
git = !git
cl = clean -f -d
st = status
cm = commit
co = checkout
@ -41,7 +42,6 @@
unst = reset HEAD
hub = push origin master
fac = push origin refac
subup = submodule foreach git pull
rs = reset HEAD --hard
hist = log --pretty=format:\"%h | %ad | %an | %s%d \" --graph --date=local
l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit

@ -47,6 +47,7 @@ ln -s ~/dotfiles/slate.js ~/.slate.js
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/vim ~/.vim
ln -s ~/dotfiles/vimrc ~/.vimrc
ln -s ~/dotfiles/zsh ~/.zsh
ln -s ~/dotfiles/zshrc ~/.zshrc
ln -s ~/dotfiles/zsh/pure/pure.zsh /usr/local/share/zsh/site-functions/prompt_pure_setup
ln -s ~/dotfiles/tmux/tmuxifier ~/.tmuxifier

@ -10,8 +10,6 @@ curl https://npmjs.org/install.sh | sh
# set npm to use npm_lazy
npm install -g npm_lazy
npm config set registry http://localhost:8080/
grepkill npm_lazy
npm_lazy &
npm install -g bower
npm install -g dploy

Loading…
Cancel
Save