X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/7197cc5c53ffb356e043795356cea46a6414770f..90595fd45a6565adddad4b89c7c4352b89718578:/install.sh?ds=sidebyside diff --git a/install.sh b/install.sh index 2d244b1..7e74711 100755 --- a/install.sh +++ b/install.sh @@ -49,13 +49,12 @@ done 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