diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2023-09-03 14:34:57 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2023-09-03 14:34:57 +0200 |
commit | 12bc93369b2c518b3545a367bdb8088145c8956f (patch) | |
tree | 171ff815ef2477dd4db234d5c70dd63c8103e572 /build | |
parent | 0039908addac751c165395ebc3ead5220becd68a (diff) |
new git path
Diffstat (limited to 'build')
-rwxr-xr-x | build | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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/" |