void- enter the void 🪐 |
git clone git://git.acid.vegas/archlinux.git |
Log | Files | Refs | Archive |
commit 62051da6757bd06813cc0ad08240a3f76e203b81
parent 48df4f380225443b8479c5ca8d5f2c2248efad89 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 16 Jul 2024 20:27:41 -0400 Pull DBC from new repo Diffstat:
|
1 file changed, 2 insertions(+), 1 deletion(-) |
diff --git a/setup b/setup @@ -144,9 +144,10 @@ setup_configs() { wget -O $HOME/.xinitrc $GIT_URL/xorg/.xinitrc mkdir $HOME/.scripts - for SCRIPT in cmus-now dbc gitremote irc-post-commit-hook mutag pmf shotz statusbar todo torwall; do + for SCRIPT in cmus-now gitremote irc-post-commit-hook mutag pmf shotz statusbar todo torwall; do wget -O $HOME/.scripts/$SCRIPT $GIT_URL/scripts/$SCRIPT && chmod +x $HOME/.scripts/$SCRIPT done + wget -O $HOME/.scripts/dbc https://raw.githubusercontent.com/acidvegas/dbc/main/dbc && chmod +x $HOME/.scripts/dbc mkdir -p $HOME/.local/share/fonts && wget -O $HOME/.local/share/fonts/BlockZone.ttf $GIT_URL/font/BlockZone.ttf && fc-cache -f -v } |