[arch] added list of installed packages

This commit is contained in:
Josh Sherman 2017-09-04 12:16:19 -05:00
parent 97e1fd35d8
commit a1c5f0b62a
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 91 additions and 0 deletions

View file

@ -11,3 +11,9 @@ source <(curl -s https://raw.githubusercontent.com/joshtronic/dotfiles/master/in
```
![LeePaceCelebrate](http://i.giphy.com/Vc5x1pG5RFH3O.gif)
## Generating `package.list`
```shell
pacman -Qet | cut -f 1 -d ' ' > ~/.dotfiles/package.list
```