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