From 588a8049c03f3dc3204f7f7e63dfaf6908f18e2d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 7 Jul 2021 08:51:48 -0500 Subject: move location of user bin and make sure it exists --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 92c0767..2e624ae 100755 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,7 @@ xcache="${XDG_CACHE_HOME:-${HOME}/.cache}" xdata="${XDG_DATA_HOME:-${HOME}/.local/share}" xconfig="${XDG_CONFIG_HOME:-${HOME}/.config}" -userbin="$HOME/bin" +userbin="$HOME/.local/bin" # deploy to XDG dirs mkdir -p "${xcache}/zsh" @@ -39,6 +39,7 @@ done cd .. # deploy to user binaries +mkdir -p "$userbin" cd bin for f in * do -- cgit v1.2.3