Rc project is collection of my rc configuration files.
Vim configuration file.
ZSH shell configuration file, based on oh-my-zsh
To install zshrc configuation to your local machine please execute following commands (Unix):
-
Clone rc repo:
git clone https://github.com/rockosov/rc.git ~/.rc cd ~/.rc git submodule init git submodule update
-
Install oh-my-zsh:
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
-
Install solarized theme for your terminal
-
Install powerline fonts
-
Install pygmentize:
pip3 install pygments --upgrade
-
Install ZSH syntax highlighting:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
-
Initialize zshrc file:
echo "source ~/.rc/zshrc\n" > ~/.zshrc
-
Source .zshrc file:
source ~/.zshrc