diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-04-18 20:45:01 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-04-18 20:45:01 +0200 |
commit | 4bb9ae158478a8d50fe600bb28b0747ccc6ec72f (patch) | |
tree | 0d71e54971f2bc76dabbefca213fe5e36d197a3b | |
parent | d3f0c2ba90cbd4a76c2472636b74e7f98038ff2e (diff) |
for new build
-rwxr-xr-x | build | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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/" |