8 lines
343 B
Markdown
8 lines
343 B
Markdown
## Instructions
|
|
|
|
Run these commands before installation:
|
|
```sh
|
|
curl -fsSL -o ~/user_pkglist.txt https://git.hadeedahmad.com/hadeed/dots/raw/branch/main/user_pkglist.txt
|
|
curl -fsSL -o ~/user-commands-after.bash https://git.hadeedahmad.com/hadeed/dots/raw/branch/main/user-commands-after.bash
|
|
chmod +x ~/user-commands-after.bash
|
|
```
|