[arch] added list of installed packages
This commit is contained in:
parent
97e1fd35d8
commit
a1c5f0b62a
2 changed files with 91 additions and 0 deletions
|
@ -11,3 +11,9 @@ source <(curl -s https://raw.githubusercontent.com/joshtronic/dotfiles/master/in
|
|||
```
|
||||
|
||||

|
||||
|
||||
## Generating `package.list`
|
||||
|
||||
```shell
|
||||
pacman -Qet | cut -f 1 -d ' ' > ~/.dotfiles/package.list
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue