Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 523 Bytes

This project allows you to manage all your configuration files

In order to use it you just need to:

  1. Fork and checkout this project
  2. Move all your config files (eg. .gitconfig, .ssh/, etc) into checkout_dir/configs directory
  3. Commit added files into repository:
cd checkout_dir
git add .
git commit -m "Initial commit"
git push origin master
  1. Now you have to create symlinks:
cd checkout_dir
fish create_symlinks.fish
  1. Enjoy - all your config files are now being kept in repository