cd ~
git clone [email protected]:vitmy0000/trinity.git
# 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
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
echo 'export SHELL=$(which zsh)' >> ~/.bashrc
echo '[ -z "$ZSH_VERSION" ] && exec "$SHELL" -l' >> ~/.bashrc