Skip to content

holalluis/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

config files for vim, tmux, i3wm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published