fix: typo

This commit is contained in:
ange 2025-02-17 06:13:48 +00:00
parent 98ec0130fd
commit 308bdf15f7
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ https://morphaius.com/
https://searx.yw5n.com:30903/
comm/discord https://discord.com/app
comm/whatsapp https://https://web.whatsapp.com
comm/whatsapp https://web.whatsapp.com
games/lichess https://lichess.org
gmk/chat https://chat.gmoker.com
gmk/git https://git.gmoker.com

View File

@ -1,17 +1,17 @@
# dotfiles
See (https://git.maby.dev/ange/archinstall.git) for installation
See https://git.maby.dev/ange/archinstall.git for installation
- To clone the repo:
```bash
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
config checkout -f
config submodule update --init --recursive --remote
config config status.showUntrackedFiles no
alias c='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
c checkout -f
c submodule update --init --recursive --remote
c config status.showUntrackedFiles no
```
- To update submodules:
```bash
config submodule update --recursive --remote
c submodule update --recursive --remote
```