[general]: change tmp to extra directory

This commit is contained in:
Jesús 2021-02-12 11:28:30 -05:00
parent 431f41fc5d
commit c086455a2b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ do
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying conky...' '\e[m' printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying conky...' '\e[m'
install -d -m755 "$HOME/.config/conky/" install -d -m755 "$HOME/.config/conky/"
install -m644 -v /tmp/i3config/tmp/conky.conf "$HOME/.config/conky/" install -m644 -v /tmp/i3config/extra/conky.conf "$HOME/.config/conky/"
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying FontAwesome...' '\e[m' printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying FontAwesome...' '\e[m'
install -d -m755 "$HOME/.local/share/fonts/" install -d -m755 "$HOME/.local/share/fonts/"
@ -64,7 +64,7 @@ do
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying termite-config...' '\e[m' printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying termite-config...' '\e[m'
install -d -m755 "$HOME/.config/termite" install -d -m755 "$HOME/.config/termite"
install -m644 -v /tmp/i3config/tmp/termite "$HOME/.config/termite/config" install -m644 -v /tmp/i3config/extra/termite "$HOME/.config/termite/config"
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Make log directory...' '\e[m' printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Make log directory...' '\e[m'
install -d -m755 "$HOME/.config/i3/logs/" install -d -m755 "$HOME/.config/i3/logs/"