Files
.dotfiles/install.sh
T
2020-11-20 09:58:55 +01:00

9 lines
204 B
Bash

#!/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