# 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 -```