diff --git a/README.md b/README.md index d3494e0..1eff22a 100644 --- a/README.md +++ b/README.md @@ -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 life. My dotfiles, without me, are useless. Without my dotfiles, I am useless. -## Stupid simple installation one-liner - ```shell source <(curl -s https://raw.githubusercontent.com/joshtronic/dotfiles/master/install) ``` ![LeePaceCelebrate](http://i.giphy.com/Vc5x1pG5RFH3O.gif) - -## Generating `package.list` - -```shell -pacman -Qet | cut -f 1 -d ' ' > ~/.dotfiles/package.list -```