From 4bb9ae158478a8d50fe600bb28b0747ccc6ec72f Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 18 Apr 2022 20:45:01 +0200 Subject: for new build --- build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build') diff --git a/build b/build index 0e9189f..d317cec 100755 --- a/build +++ b/build @@ -8,7 +8,7 @@ mkdir "$HOME/bin" # dwm setup DWM_DIR="$HOME/src/dwm" -git clone https://git.tombarrett.xyz/tom/dwm "$DWM_DIR" +git clone https://git.tombarrett.xyz/git/dwm "$DWM_DIR" patch "$DWM_DIR/dwm.c" "$RC_DIR/dwm/custom.diff" @@ -20,7 +20,7 @@ ln -s "$DWM_DIR/dwm" "$HOME/bin" # dwmstatus setup DWMSTS_DIR="$HOME/src/dwmstatus" -git clone https://git.tombarrett.xyz/tom/dwmstatus "$DWMSTS_DIR" +git clone https://git.tombarrett.xyz/git/dwmstatus "$DWMSTS_DIR" patch "$DWMSTS_DIR/dwmstatus.c" "$RC_DIR/dwmstatus/custom.diff" @@ -30,7 +30,7 @@ ln -s "$DWMSTS_DIR/dwmstatus" "$HOME/bin" # st setup ST_DIR="$HOME/src/st" -git clone https://git.tombarrett.xyz/tom/st "$ST_DIR" +git clone https://git.tombarrett.xyz/git/st "$ST_DIR" ln -s "$RC_DIR/st/config.h" "$ST_DIR" @@ -40,7 +40,7 @@ ln -s "$ST_DIR/st" "$HOME/bin" # pinentry-dmenu setup PE_DIR="$HOME/src/pinentry-dmenu" -git clone https://git.tombarrett.xyz/tom/pinentry-dmenu "$PE_DIR" +git clone https://git.tombarrett.xyz/git/pinentry-dmenu "$PE_DIR" make -C "$PE_DIR" @@ -48,7 +48,7 @@ ln -s "$PE_DIR/pinentry-dmenu" "$HOME/bin" # wallpapers setup mkdir -p "$HOME/personal" -git clone https://git.tombarrett.xyz/tom/wallpapers "$HOME/personal/wallpapers" +git clone https://git.tombarrett.xyz/git/wallpapers "$HOME/personal/wallpapers" mkdir -p "$HOME/.config/" -- cgit v1.2.3