summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-04 00:48:06 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-04 00:48:06 +0400
commit7574bff436ce87edeae0f843b2981a80ca6cc15e (patch)
tree4e8cec6ac6cc27a8fb0b87529e2d0c087781f52b /build.sh
parented808253068337c8ed7211160dd55f60274f795e (diff)
build: install daemons
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 63f1435..3e3d7f0 100644
--- a/build.sh
+++ b/build.sh
@@ -77,6 +77,7 @@ install_vim() { COPY config/vim "${CONFDIR}"; }
install_x11() { COPY config/x11 "${CONFDIR}"; }
install_zathura() { COPY config/zathura "${CONFDIR}"; }
install_wallpapers() { COPY etc/wallpapers "${DATADIR}"; }
+install_daemons() { COPY daemons/* "${BINDIR}"; }
install_pacman() { sudo cp etc/arch/pacman.conf /etc; }
install_git() {
@@ -119,6 +120,7 @@ install_gui_scripts() {
COPY scripts/gui/* "${BINDIR}"
}
+
install_liberationmono() { pkg "LiberationMono" sync unpack font_install; }
install_dwm() { pkg "${dwm_version}" sync unpack install; }
install_st() { pkg "${st_version}" sync unpack install; }