bash -c "$(curl -fsSL https://raw.github.com/StephGit/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
-
ZSH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
ln -s ~/.dotfiles/config/zsh/cleaned.zsh-theme $ZSH/themes/cleaned.zsh-theme
- chsh -s /bin/zsh
-
Python (needed for zsh)
sudo apt install python3
- Install neovim
- open vim
- run ':UpdateRemotePlugins'