You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
# 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
|
|
|