9 lines
323 B
Markdown
9 lines
323 B
Markdown
|
## Instructions
|
||
|
|
||
|
Run these commands:
|
||
|
```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
|
||
|
```
|