Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 611 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 611 Bytes

my configuration files

1. vim (how I use it)

I use junegunn/vim-plug plugin manager. Assuming that vim is already installed, execute this:

bash install-vim-plug.sh

Put this single line in ~/.vimrc:

source "~/dotfiles/vimrc"

Then, the first time you open vim, execute:

:PlugInstall

This vim-plug command will install all the plugins used by my vimrc file.

Install is complete. Enjoy!

2. tmux (how I use it)

Put this single line in ~/.tmux.conf:

source-file ~/dotfiles/tmux.conf