parent
52ad65be1d
commit
a9d61e54f1
@ -1,7 +1,7 @@ |
|||||||
mkdir .backup |
mkdir -p ~/.backup |
||||||
ln -s vimrc ~/.vimrc |
ln -snf `pwd`/vimrc ~/.vimrc |
||||||
ln -s tmux.conf ~/.tmux.conf |
ln -snf `pwd`/tmux.conf ~/.tmux.conf |
||||||
ln -s zshrc ~/.zshrc.local |
ln -snf `pwd`/zshrc ~/.zshrc.local |
||||||
ln -s gitconfig ~/.gitconfig |
ln -snf `pwd`/gitconfig ~/.gitconfig |
||||||
ln -s screenrc ~/.screenrc |
ln -snf `pwd`/screenrc ~/.screenrc |
||||||
wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc |
wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc |
||||||
|
Loading…
Reference in new issue