Skip to content

burkkyy/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config

Repository for managing and configuring my system. Dotfiles, configs, user services and helful scripts.

To install the config command:

./config

Example Usage

To edit git config:

./config.sh git edit
./config sync

If instaled:

config sync

Adding your own options to config command

Create a bash script file in bin/. Ex. bin/hello.sh

echo "hello $1"

Assuming config is installed, this script can be called via:

config hello joe

NOTE: Arguments passed to hello are original order. ie. $0 is hello and $1 is joe

Notes

  • dotfiles/.local/bin contains out of date, unused user scripts

About

My dotfiles and scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published