/dotfiles

Primary LanguageShell

dotfiles and configuration files

vim

i) Install vim-plug

  curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ 
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

ii) Run :PlugInstall

tmux

i) Install tpm

  git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm