trinity Download cd ~ git clone [email protected]:vitmy0000/trinity.git Install dependencies # vim-plug curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim # zplug curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh| zsh Link ln -s trinity/tmux.conf ~/.tmux.conf ln -s trinity/gitconfig ~/.gitconfig ln -s trinity/vimrc ~/.vimrc ln -s trinity/zshrc ~/.zshrc ln -rs trinity/UltiSnips ~/.vim/UltiSnips To use zsh as default shell echo 'export SHELL=$(which zsh)' >> ~/.bashrc echo '[ -z "$ZSH_VERSION" ] && exec "$SHELL" -l' >> ~/.bashrc