# edwark43 dotfiles:
## Setup:
The installer only works for **ARCH** Linux based distros that use systemd.
Open a terminal in HOME
- **First download the installer**
```sh
curl -L https://is.gd/lkarch -o $HOME/setup.sh
```
- **Now give it execute permissions**
```sh
chmod +x setup.sh
```
- **Finally run the installer**
```sh
./setup.sh
```
## Credits
- [gh0stzk](https://github.com/gh0stzk)