modified install script
This commit is contained in:
+2
-3
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user