aboutsummaryrefslogtreecommitdiff
path: root/backup
diff options
context:
space:
mode:
authorMarvin Borner2020-05-16 20:32:23 +0200
committerMarvin Borner2020-05-16 20:32:23 +0200
commitc9309b51257db99d876c8f4bbfc5052c101c8f22 (patch)
tree06db894deef04eccbaf3bcc091a92cd470ed2e25 /backup
parentd6360cd90fd84aff02a617287b019593e9020651 (diff)
Added package list and readme
Diffstat (limited to 'backup')
-rwxr-xr-xbackup3
1 files changed, 3 insertions, 0 deletions
diff --git a/backup b/backup
index 53f4f68..803a23e 100755
--- a/backup
+++ b/backup
@@ -26,4 +26,7 @@ find .repos/ -type d -name ".git" -exec rm -rf {} +
cp "$HOME"/.bash_profile "$HOME"/.bashrc "$HOME"/.xinitrc "$HOME"/.Xresources .
cp -r "$HOME"/.lein .
+# Installed programs
+pacman -Qet | awk '{print $1}' > packages.txt
+
git status