10 lines
228 B
Markdown
10 lines
228 B
Markdown
# helix-config
|
|
Holds my helix configuration
|
|
|
|
## Setup
|
|
### Linux
|
|
```cd ~/.config && git clone https://github.com/itsscb/helix.git && cd -```
|
|
|
|
### Windows
|
|
```cd $env:AppData; git clone https://github.com/itsscb/helix.git; cd -```
|