diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 00:48:06 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 00:48:06 +0400 |
| commit | 7574bff436ce87edeae0f843b2981a80ca6cc15e (patch) | |
| tree | 4e8cec6ac6cc27a8fb0b87529e2d0c087781f52b | |
| parent | ed808253068337c8ed7211160dd55f60274f795e (diff) | |
build: install daemons
| -rw-r--r-- | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |
