summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-10-26 21:40:29 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-10-26 21:40:29 +0400
commitf8d1bfbd0f27e0763cf75fcda58d010e346515ab (patch)
treed24ec157384c317aeec6d9defefd22d0966fd70e /install
parent5e385e121ca1fe9428b23bb80d30c61bd9870e32 (diff)
fix(build): define default install paths and add clean target
Diffstat (limited to 'install')
-rwxr-xr-xinstall15
1 files changed, 2 insertions, 13 deletions
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