Put in a repo and make bootstrap scripts for mac and linux.
First, install zsh
using package manager (e.g. apt install zsh
). Then set as default (password prompt):
$ chsh -s /bin/zsh
Then oh my zsh
and zsh-autosuggestions
:
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
Now place the .zshrc
in ~/.zshrc
:
$ source ~/.zshrc
Place the .vimrc
in ~/.vimrc
, then:
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim
:PluginInstall
:q!
$ cd ~/.vim/bundle/YouCompleteMe
$ python3 setup.py # requires cmake
Source Code Pro for Powerline, Regular, 12