From 7d75a3a8e122e42ed79677179618ea92bebbec82 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 23 Dec 2017 17:53:10 -0600 Subject: [PATCH] [arch] dropping some remnant from another life --- README.md | 8 -------- 1 file changed, 8 deletions(-) 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 -```