3 changed files with 10 additions and 8 deletions
@ -1,12 +1,11 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
# zsh |
|
||||||
ln -s -f ~/.oh-my-terminal/zsh ~/.oh-my-zsh |
|
||||||
ln -s -f ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc |
|
||||||
|
|
||||||
# tmux |
# tmux |
||||||
ln -s -f ~/.oh-my-terminal/tmux/.tmux.conf ~/.tmux.conf |
ln -s -f ~/.oh-my-terminal/tmux/.tmux.conf ~/.tmux.conf |
||||||
ln -s -f ~/.oh-my-terminal/tmux/.tmux.conf.local ~/.tmux.conf.local |
ln -s -f ~/.oh-my-terminal/tmux/.tmux.conf.local ~/.tmux.conf.local |
||||||
|
|
||||||
# vim |
# vim |
||||||
ln -s -f ~/.oh-my-terminal/vim/basic.vim ~/.vimrc |
ln -s -f ~/.oh-my-terminal/vim/basic.vim ~/.vimrc |
||||||
|
|
||||||
|
# zsh |
||||||
|
ln -s -f ~/.oh-my-terminal/zsh/templates/zshrc.zsh-template ~/.zshrc |
||||||
|
@ -1,8 +1,11 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
|
# tmux |
||||||
rm -f ~/.tmux.conf |
rm -f ~/.tmux.conf |
||||||
rm -f ~/.tmux.conf.local |
rm -f ~/.tmux.conf.local |
||||||
rm -f ~/.oh-my-zsh |
|
||||||
rm -f ~/.vim_runtime |
# vim |
||||||
rm -f ~/.vimrc |
rm -f ~/.vimrc |
||||||
|
|
||||||
|
# zsh |
||||||
rm -f ~/.zshrc |
rm -f ~/.zshrc |
||||||
|
Loading…
Reference in new issue