Browse Source

readme

master
marc 4 years ago
parent
commit
4dba21556f
1 changed files with 11 additions and 0 deletions
  1. 11
      README.md

11
README.md

@ -0,0 +1,11 @@
# Initialization
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
dot add /path/to/file
dot commit -m "some message"
dot push
Loading…
Cancel
Save