diff --git a/README.md b/README.md index 895b9b4..7cac9d5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Initialization +```sh git init --bare $HOME/dotfiles alias dot="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" (add this to .zshenv or .bashrc) dot config --local status.showUntrackedFiles no git remote add origin https://gitea.cloudpshere.duckdns.org/marc/dotfiles.git git remote -v +``` # Usage +```sh dot add /path/to/file dot commit -m "some message" dot push +```