From fe169f50aeab6f724ee169fcc11daa6715d555e4 Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 2 Nov 2019 09:11:56 +0100 Subject: [PATCH] wrong readme removed --- dotfiles/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dotfiles/README.md diff --git a/dotfiles/README.md b/dotfiles/README.md deleted file mode 100644 index 895b9b4..0000000 --- a/dotfiles/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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