init
This commit is contained in:
25
README.md
25
README.md
@@ -1,2 +1,23 @@
|
||||
# dots
|
||||
dotfiles
|
||||
# edwark43 dotfiles:
|
||||

|
||||
|
||||
<img src="https://github.com/edwark43/dotfiles/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)
|
||||
|
Reference in New Issue
Block a user