From c086455a2be3aed70de767436b645ed3ba5763ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 12 Feb 2021 11:28:30 -0500 Subject: [PATCH] [general]: change tmp to extra directory --- {tmp => extra}/conky.conf | 0 {tmp => extra}/termite | 0 install.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {tmp => extra}/conky.conf (100%) rename {tmp => extra}/termite (100%) diff --git a/tmp/conky.conf b/extra/conky.conf similarity index 100% rename from tmp/conky.conf rename to extra/conky.conf diff --git a/tmp/termite b/extra/termite similarity index 100% rename from tmp/termite rename to extra/termite diff --git a/install.sh b/install.sh index 6c01d80..6d98b0f 100644 --- a/install.sh +++ b/install.sh @@ -54,7 +54,7 @@ do 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 -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' 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' 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' install -d -m755 "$HOME/.config/i3/logs/"