Skip to content

ernezto/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Configuration Files

I keep my config files here. Feel free to take a look around.

Installation

The first time the repo is cloned (or when new Vim plugins are installed), initialize its submodules by running:

  • git submodule update --init --recursive

Later, to update the submodules run:

  • git submodule foreach git pull origin master

Remember to symlink the config files and directories:

  • ln -s ~/.dotfiles/vim ~/.vim
  • ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
  • and so on... ln -s /Users/emedina/developer/dotfiles/alacritty/alacritty.yml /Users/emedina/.alacritty.yml

About

My configuration files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 93.5%
  • Vim Script 5.7%
  • Shell 0.8%