Skip to content

bluebrown/cfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Using the dotfiles

git clone --bare git@github.com:bluebrown/cfg.git 
alias cfg='git --git-dir="$HOME/cfg.git/" --work-tree="$HOME"'
cfg checkout
dash .config/deps.sh

Creating your own

git init --bare ~/cfg
alias cfg='git --git-dir="$HOME/cfg.git/" --work-tree="$HOME"'
cfg remote add origin git@github.com:<your-user>/cfg.git
cfg add -f .myconfig
cfg commit -s
cfg push -u origin main

See Also

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published