fix: typo
This commit is contained in:
parent
98ec0130fd
commit
308bdf15f7
@ -11,7 +11,7 @@ https://morphaius.com/
|
|||||||
https://searx.yw5n.com:30903/
|
https://searx.yw5n.com:30903/
|
||||||
|
|
||||||
comm/discord https://discord.com/app
|
comm/discord https://discord.com/app
|
||||||
comm/whatsapp https://https://web.whatsapp.com
|
comm/whatsapp https://web.whatsapp.com
|
||||||
games/lichess https://lichess.org
|
games/lichess https://lichess.org
|
||||||
gmk/chat https://chat.gmoker.com
|
gmk/chat https://chat.gmoker.com
|
||||||
gmk/git https://git.gmoker.com
|
gmk/git https://git.gmoker.com
|
||||||
|
12
README.md
12
README.md
@ -1,17 +1,17 @@
|
|||||||
# dotfiles
|
# 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:
|
- To clone the repo:
|
||||||
```bash
|
```bash
|
||||||
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
|
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
|
||||||
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
alias c='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
config checkout -f
|
c checkout -f
|
||||||
config submodule update --init --recursive --remote
|
c submodule update --init --recursive --remote
|
||||||
config config status.showUntrackedFiles no
|
c config status.showUntrackedFiles no
|
||||||
```
|
```
|
||||||
|
|
||||||
- To update submodules:
|
- To update submodules:
|
||||||
```bash
|
```bash
|
||||||
config submodule update --recursive --remote
|
c submodule update --recursive --remote
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user