Skip to content

burakcank/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

my-dotfiles

Setup

git init --bare $HOME/.my-dotfiles
alias mydotfiles='git --git-dir=$HOME/.my-dotfiles/ --work-tree=$HOME'
mydotfiles remote add origin [email protected]:burakcank/dotfiles.git

Replication

git clone --separate-git-dir=$HOME/.my-dotfiles https://github.com/burakcank/dotfiles.git my-dotfiles-tmp
rsync --recursive --verbose --exclude '.git' my-dotfiles-tmp/ $HOME/
rm --recursive my-dotfiles-tmp

Configuration

mydotfiles config status.showUntrackedFiles no
mydotfiles remote set-url origin [email protected]:burakcank/dotfiles.git

Usage

mydotfiles status
mydotfiles add .gitconfig
mydotfiles commit -m 'Add gitconfig'
mydotfiles push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published