Backuped configs (make targets):
Cloning repo. Warning: Use recursive cloning.
$ git clone --recurse-submodules https://github.com/kephircheek/rebbeca.git
$ cd backup
Install dependencies
# MacOS
$ brew install $(cat deps/macos/requirements.brew)
$ pip install -r deps/macos/requirements.pip
# Ubuntu
$ ./deps/ubuntu/install.sh
Load backuped configs with
$ make all
Install plugins for vim and tmux.
:PlugInstall
cd ~/.vim/plugged/YouCompleteMe
python3 install.py --all
Ctrl-b I
(capital I) see Tmux plugin managerDelete all configs
$ make clean
Delete vim configs
$ make clean_vim
Restore vim configs from backup
$ make vim
.bashrc
):
source ~/.tmux/autostart.sh