Clone the repo to .dotfiles in home folder
# requirements
sudo apt install git
sudo apt install zsh
# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Install repo
cd
git clone [email protected]:Jonksar/dotfiles.git .dotfiles
# Run the install script[
./.dotfiles/install.sh
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# Install all vim plugins
vim +PluginInstall +qall
# Tmux plugin manager install
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm