From 12bc93369b2c518b3545a367bdb8088145c8956f Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 3 Sep 2023 14:34:57 +0200 Subject: new git path --- build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build') diff --git a/build b/build index a343d17..5fa7b1a 100755 --- a/build +++ b/build @@ -8,33 +8,33 @@ mkdir "$HOME/bin" # dwm setup DWM_DIR="$HOME/src/dwm" -git clone https://git.tombarrett.xyz/git/dwm "$DWM_DIR" +git clone https://git.tombarrett.xyz/dwm "$DWM_DIR" ln -s "$RC_DIR/config/dwm.h" "$DWM_DIR/config.h" make -C "$DWM_DIR" ln -s "$DWM_DIR/dwm" "$HOME/bin" # dwmstatus setup DWMSTS_DIR="$HOME/src/dwmstatus" -git clone https://git.tombarrett.xyz/git/dwmstatus "$DWMSTS_DIR" +git clone https://git.tombarrett.xyz/dwmstatus "$DWMSTS_DIR" make -C "$DWMSTS_DIR" ln -s "$DWMSTS_DIR/dwmstatus" "$HOME/bin" # st setup ST_DIR="$HOME/src/st" -git clone https://git.tombarrett.xyz/git/st "$ST_DIR" +git clone https://git.tombarrett.xyz/st "$ST_DIR" ln -s "$RC_DIR/config/st.h" "$ST_DIR/config.h" make -C "$ST_DIR" ln -s "$ST_DIR/st" "$HOME/bin" # pinentry-dmenu setup PE_DIR="$HOME/src/pinentry-dmenu" -git clone https://git.tombarrett.xyz/git/pinentry-dmenu "$PE_DIR" +git clone https://git.tombarrett.xyz/pinentry-dmenu "$PE_DIR" make -C "$PE_DIR" ln -s "$PE_DIR/pinentry-dmenu" "$HOME/bin" # wallpapers setup mkdir -p "$HOME/personal" -git clone https://git.tombarrett.xyz/git/wallpapers "$HOME/personal/wallpapers" +git clone https://git.tombarrett.xyz/wallpapers "$HOME/personal/wallpapers" mkdir -p "$HOME/.config/" -- cgit v1.2.3