Clone the repo using the following command in order to install the git submodules:
git clone --recursive https://github.com/jelohe/.mycfg
Install vim
, zsh
, tmux
and curl
on your system.
Then, simply run ./install.sh
.
sudo add-apt-repository ppa:jonathonf/vim
sudo apt-get update
sudo apt-get install vim
Ensure that running the following command on vim returns 1
:
:echo has('clipboard')
If the above command returns 0
try installing another vim version, for example vim-gtk
.
The installation script will install some of the most used fonts patched with powerline symbols, be sure to pick a powerline patched font on your terminal emulator settings.
This colorscheme works best if you select solarized
color palette on your terminal emulator.
On vim you can :set background=dark
for changing to the dark solarized colorscheme on vim and tmux, however you'll have to manually change the color palette on your terminal emulator.