[arch] dropping some remnant from another life

This commit is contained in:
Josh Sherman 2017-12-23 17:53:10 -06:00
parent 3ddfcd4524
commit 7d75a3a8e1
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -4,16 +4,8 @@ These are my dotfiles. There are many like them, but these are mine. My dotfiles
are my best friend. They are my life. I must master them as I must master my are my best friend. They are my life. I must master them as I must master my
life. My dotfiles, without me, are useless. Without my dotfiles, I am useless. life. My dotfiles, without me, are useless. Without my dotfiles, I am useless.
## Stupid simple installation one-liner
```shell ```shell
source <(curl -s https://raw.githubusercontent.com/joshtronic/dotfiles/master/install) source <(curl -s https://raw.githubusercontent.com/joshtronic/dotfiles/master/install)
``` ```
![LeePaceCelebrate](http://i.giphy.com/Vc5x1pG5RFH3O.gif) ![LeePaceCelebrate](http://i.giphy.com/Vc5x1pG5RFH3O.gif)
## Generating `package.list`
```shell
pacman -Qet | cut -f 1 -d ' ' > ~/.dotfiles/package.list
```