diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-27 18:21:32 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-27 18:21:32 -0500 |
commit | 5d0f798109d4ce4f3728c48ce8d34a0bc2e16a7e (patch) | |
tree | 70bf40b3baa1fc07ae33fab1a7fd3360e8622f8a /install.sh | |
parent | b85260739e06b2cf781c3c5b647b00a2e03989ad (diff) | |
download | i3-config-5d0f798109d4ce4f3728c48ce8d34a0bc2e16a7e.tar.lz i3-config-5d0f798109d4ce4f3728c48ce8d34a0bc2e16a7e.tar.xz i3-config-5d0f798109d4ce4f3728c48ce8d34a0bc2e16a7e.zip |
Added logs
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ do install -d -m755 "$HOME/.config/termite" install -m644 -v /tmp/i3config/tmp/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/" + # clean up temp files rm -rf /tmp/i3config/ } |