Skip to content

jkubrynski/settings-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages