diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-03-27 10:34:47 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-03-27 10:34:47 +0530 |
commit | 9a80b2f8a6356355478161ebf291fd7fd0776812 (patch) | |
tree | e0bcbe3014770ecfbe0e063dd2476922755bc66c | |
parent | f7925a5fbbba48b11dbcb398df6c4bde9d870710 (diff) | |
download | arch-magic-9a80b2f8a6356355478161ebf291fd7fd0776812.tar.gz arch-magic-9a80b2f8a6356355478161ebf291fd7fd0776812.tar.bz2 arch-magic-9a80b2f8a6356355478161ebf291fd7fd0776812.zip |
Update arch_install.sh
-rwxr-xr-x | arch_install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch_install.sh b/arch_install.sh index 04f08c2..30603c6 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -88,11 +88,11 @@ cd $HOME git clone --separate-git-dir=$HOME/.dotfiles https://github.com/bugswriter/dotfiles.git tmpdotfiles rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/ rm -r tmpdotfiles -git clone --depth=1 https://github.com/Bugswriter/dwm.git ~/.local/src/dwm +git clone --depth=1 https://github.com/xgenos/dwm.git ~/.local/src/dwm sudo make -C ~/.local/src/dwm install -git clone --depth=1 https://github.com/Bugswriter/st.git ~/.local/src/st +git clone --depth=1 https://github.com/xgenos/st.git ~/.local/src/st sudo make -C ~/.local/src/st install -git clone --depth=1 https://github.com/Bugswriter/dmenu.git ~/.local/src/dmenu +git clone --depth=1 https://github.com/xgenos/dmenu.git ~/.local/src/dmenu sudo make -C ~/.local/src/dmenu install git clone --depth=1 https://aur.archlinux.org/paru.git ~/.local/src/paru cd ~/.local/src/paru |