From f8d1bfbd0f27e0763cf75fcda58d010e346515ab Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 26 Oct 2025 21:40:29 +0400 Subject: fix(build): define default install paths and add clean target --- install | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'install') diff --git a/install b/install index 77ae239..88dbca5 100755 --- a/install +++ b/install @@ -1,17 +1,6 @@ #!/bin/sh -BINDIR="${HOME}/.local/bin}" -CONFDIR="${HOME}/.config}" -DATADIR="${HOME}/.local/share}" -FONTDIR="${HOME}/.local/share/fonts}" -BASHRC="${HOME}/.bashrc}" -BASHPROFILE="${HOME}/.bash_profile}" -ZPROFILE="${HOME}/.zprofile}" -ZSHRC="${HOME}/.zshrc}" -ZCACHE="${HOME}/.cache/zsh/history" -GITCONFIG="${HOME}/.gitconfig}" - -. build.sh +. ./build.sh create_dirs @@ -46,4 +35,4 @@ install_slstatus install_st # Arch Linux -install_pacman +# install_pacman -- cgit v1.2.3