/dotfiles

My linux dotfiles

Primary LanguageVim Script

dotfiles

Installation

$ ./install.sh

Then follow the installation procedure in the README of each folder.

Adding folders or files

  1. Place all new files and folders in the ~/dotfiles folder after removing all starting dots
  2. Note that only files and folders starting with a dot can be added since it is added during installation
  3. Open ~/dotfiles/install.sh and add the corresponding entry to the files variable
  4. Git commit and push