easy update dotfiles

This commit is contained in:
2016-04-14 20:34:41 +02:00
parent 7dc2d3ef92
commit d8650eca80
2 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,16 @@ For more information, check out the [wiki](http://github.com/justone/dotfiles/wi
## Install
$ cd ~
$ git clone https://github.com/Eragos/dotfiles.git .dotfiles
$ .dotfiles/bin/dfm install
## Update
$ cd ~/.dotfiles/
$ git pull
$ bin/dfm install
or
$ updot

View File

@@ -9,6 +9,7 @@ alias ~='cd ~'
alias d='du -h -d=1'
alias g='git'
alias h='history'
alias udot='cd ~/.dotfiles/ && git pull && bin/dfm install'
# defaults
alias df='df -h'