fix: typo
This commit is contained in:
parent
98ec0130fd
commit
308bdf15f7
@ -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
|
||||
|
12
README.md
12
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user