- git clone this repo & copy these config files at your root directory, e.g.
~/.vimrc
vimrc
- for
vimrc
, you have to git cloneVundle.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- write this command in normal mode,
:PluginInstall
- Thanks to Joonho Hwangbo, @joey3020
- for
zshrc
- for
zshrc
, you have to installoh-my-zsh
- theme: eastwood
- if you want to use the theme, you have to copy
eastwood.zsh-theme
to~/.oh-my-zsh/themes/
- for
- Before you run the scripts, please fix the variables
OMZ_BASE
insetting.sh
: the path of oh-my-zsh base directoryCONDA_BASE
inzshrc
: the path of conda base directory- Then execute the commands as below
$ ./omz_download.sh
$ ./setting.sh
$ cp -r nvim ~/.config
$ mv ~/.tmux.conf ~/.tmux.conf.bak # for backup
$ cp tmux.conf ~/.tmux.conf
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
$ tmux
$ tmux source ~/.tmux.conf
Then, press ctrl+s
+ I