[submodule "paper-icon-theme"]
path = xorg/icons/paper-icon-theme
url = https://github.com/snwh/paper-icon-theme
+[submodule "Blackbird"]
+ path = xorg/themes/Blackbird
+ url = https://github.com/shimmerproject/Blackbird
find "$PWD/urxvt-ext" -type f $fex -mindepth 1 -maxdepth 2 | while read -r x; do
l "$HOME/.urxvt/ext/`basename $x`"
done
-cd "$PWD/xorg"
-for y in icons themes; do
- find $y -type d -mindepth 2 -maxdepth 2 | while read -r x; do
- l "$HOME/.$y/`basename "$x"`" "$PWD/$x"
- done
+find "$PWD/xorg/icons" -type d -mindepth 2 -maxdepth 2 | while read -r x; do
+ l "$HOME/.icons/`basename "$x"`"
+done
+find "$PWD/xorg/themes" -type d -mindepth 1 -maxdepth 1 | while read -r x; do
+ l "$HOME/.themes/`basename "$x"`"
done
-cd -
find "$PWD/xorg/fonts" -type d -mindepth 1 -maxdepth 1 | while read -r x; do
l "$HOME/share/fonts/`basename "$x"`"
done