Skip to content

mkaluzny/settings-keeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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
./files.sh store
  1. Now you have to create symlinks:
cd checkout_dir
./files.sh load
  1. Enjoy - all your config files are now being kept in repository
  2. There is also specific functionality for:
  • Gnome - allows backuping keyboard shortcuts: Use ./gnome.sh store to save configuration and ./gnome.sh load to load

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published