dotfiles/README.md
2023-11-19 23:59:54 -05:00

24 lines
621 B
Markdown

# edwark43 dotfiles:
![GitHub repo size](https://img.shields.io/github/repo-size/edwark43/dotfiles?style=for-the-badge&logo=hackthebox&labelColor=%23000000)
<img src="misc/assets/readme-preview.png" alt="Rice" align="center" width="100%">
## Setup:
The installer only works for **ARCH** Linux based distros that use systemd.
<b>Open a terminal in HOME</b>
- **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)