Pull DBC from new repo
This commit is contained in:
parent
48df4f3802
commit
62051da675
3
setup
3
setup
@ -144,9 +144,10 @@ setup_configs() {
|
|||||||
wget -O $HOME/.xinitrc $GIT_URL/xorg/.xinitrc
|
wget -O $HOME/.xinitrc $GIT_URL/xorg/.xinitrc
|
||||||
|
|
||||||
mkdir $HOME/.scripts
|
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
|
wget -O $HOME/.scripts/$SCRIPT $GIT_URL/scripts/$SCRIPT && chmod +x $HOME/.scripts/$SCRIPT
|
||||||
done
|
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
|
mkdir -p $HOME/.local/share/fonts && wget -O $HOME/.local/share/fonts/BlockZone.ttf $GIT_URL/font/BlockZone.ttf && fc-cache -f -v
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user