modified install script

This commit is contained in:
paul-loedige
2020-11-22 01:47:01 +01:00
parent 24fd6204ab
commit f0f5e33452
+2 -3
View File
@@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
#install programms #install programms
cd ~/.dotfiles/ cd ~/.dotfiles/
pacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pkglist.txt)) sudo pacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pkglist.txt))
#extract dotfiles into home directory #extract dotfiles into home directory
cd ~/.dotfiles/ cd ~/.dotfiles/
stow bash git qtile vim Xorg sudo stow bash git qtile vim Xorg