sudo apt install git
git clone https://github.com/NightMarcher/terminal-configure.git
sudo apt install tmux vim zsh exuberant-ctags
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chsh -s /bin/zsh
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts && ./install.sh
cd ~/.oh-my-zsh/plugins
git clone https://github.com/zsh-users/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting
cp tmux.conf ~/.tmux.conf
cp vimrc ~/.vimrc
cp zshrc ~/.zshrc
Vundle is short for Vim Bundle and is one of the most popular Vim plugin managing tools.
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Launch Vim and run PluginInstall
under command mode