18 lines
412 B
Markdown
18 lines
412 B
Markdown
# dotfiles
|
|
|
|
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 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
|
|
c submodule update --recursive --remote
|
|
```
|