|
|
@ -24,11 +24,11 @@ chsh -s $(which zsh) |
|
|
|
# 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) |
|
|
|
alias dot='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' (add this to .zshenv or .bashrc) |
|
|
|
source .zshenv |
|
|
|
dot config --local status.showUntrackedFiles no |
|
|
|
git remote add origin https://gitea.cloudpshere.duckdns.org/marc/dotfiles.git |
|
|
|
git remote -v |
|
|
|
dot remote add origin https://gitea.cloudpshere.duckdns.org/marc/dotfiles.git |
|
|
|
dot remote -v |
|
|
|
``` |
|
|
|
|
|
|
|
# Usage |
|
|
|