added install script and package list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user