You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
marc 4dba21556f readme 4 years ago
.config zsh added 4 years ago
dotfiles readme added 4 years ago
README.md readme 4 years ago

README.md

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