Skip to content

dmhdeveloper/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

Config is a small Git wrapper that uses a Git Bare repository for managing your local config files. By setting some needed defaults and using a config file, config can monitor files from any root directory. Once you have initialised the CLI, you interact with it the same way you would use Git, except the binary is config.

Getting started

To install, either build from source by cloning the repo or using go install.

Installing from source

git clone https://github.com/dmhdeveloper/config.git config
cd config
make build
cp bin/config /usr/local/bin/

Installing with go

go install github.com/dmhdeveloper/config/cmd/config@latest

Want to contribute

See CONTRIBUTING.md.

Roadmap

  • Implement storing and retrieving git config from config file
  • Implement command feature init
  • Implement proxying git commands for managing local system config
  • Implement command feature display
  • Implement command feature app
  • Support shell completion files
  • Support Windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published