Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 668 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 668 Bytes

_dotfiles

curl -fLo ~/.vimrc https://raw.githubusercontent.com/aa153/_settings/master/.vimrc

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

curl -fLo ~/.vim/colors/monokai.vim --create-dirs https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim

vim and :PlugInstall

curl -o ~/.tmux.conf https://raw.githubusercontent.com/aa153/_settings/master/.tmux.conf

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

open tmux and press prefix + I (capital i, as in Install) to fetch the plugins.

tmux session