added install script and package list

This commit is contained in:
paul-loedige
2020-11-20 09:58:55 +01:00
parent 32fc329863
commit 95c2da69b5
3 changed files with 120 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
#install programms
cd ~/.dotfiles/
pacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pkglist.txt))
#extract dotfiles into home directory
cd ~/.dotfiles/
stow bash git qtile vim Xorg