mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 13:53:17 -09:00
6 lines
145 B
Markdown
6 lines
145 B
Markdown
## Installation
|
|
```bash
|
|
git clone --bare https://gitlab.com/Ajetski/dotfiles $HOME/.cfg
|
|
git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout
|
|
```
|