diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-10-26 21:40:29 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-10-26 21:40:29 +0400 |
| commit | f8d1bfbd0f27e0763cf75fcda58d010e346515ab (patch) | |
| tree | d24ec157384c317aeec6d9defefd22d0966fd70e /install | |
| parent | 5e385e121ca1fe9428b23bb80d30c61bd9870e32 (diff) | |
fix(build): define default install paths and add clean target
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -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 |
