From 62051da6757bd06813cc0ad08240a3f76e203b81 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 16 Jul 2024 20:27:41 -0400 Subject: [PATCH] Pull DBC from new repo --- setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup b/setup index 01a408b..a14daec 100755 --- 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 }