- git clone this repo & copy these config files at your root directory, e.g.
~/.vimrc vimrc- for
vimrc, you have to git cloneVundle.vimgit 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-themeto~/.oh-my-zsh/themes/
- for
- Before you run the scripts, please fix the variables
OMZ_BASEinsetting.sh: the path of oh-my-zsh base directoryCONDA_BASEinzshrc: 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