parent
80a3630752
commit
2f6a42e7d7
@ -1,7 +1,8 @@ |
|||||||
mkdir -p ~/.backup |
mkdir -p ~/.backup |
||||||
ln -snf `pwd`/vimrc ~/.vimrc |
ln -snf `pwd`/vimrc ~/.vimrc |
||||||
ln -snf `pwd`/tmux.conf ~/.tmux.conf |
ln -snf `pwd`/tmux.conf ~/.tmux.conf |
||||||
ln -snf `pwd`/zshrc ~/.zshrc.local |
ln -snf `pwd`/zshrc.local ~/.zshrc.local |
||||||
|
ln -snf `pwd`/zshrc.pre ~/.zshrc.pre |
||||||
ln -snf `pwd`/gitconfig ~/.gitconfig |
ln -snf `pwd`/gitconfig ~/.gitconfig |
||||||
ln -snf `pwd`/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 |
||||||
|
@ -1,3 +1,4 @@ |
|||||||
|
setopt vi |
||||||
export TERM="screen-256color" |
export TERM="screen-256color" |
||||||
|
|
||||||
# autostart tmux |
# autostart tmux |
Loading…
Reference in new issue