From 341d3a553c36fe264151073422772172a03aead8 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 28 Nov 2022 01:45:21 +0200 Subject: [PATCH] Fix --- karbs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/karbs b/karbs index d42679b..f717cfc 100755 --- a/karbs +++ b/karbs @@ -40,20 +40,21 @@ else rm -f $DISPLAY_SERVER-pkgs fi -git clone https://github.com/kristoferssolo/solorice "$HOME" +git clone https://github.com/kristoferssolo/solorice "$HOME/solorice" +cp -raf "$HOME"/solorice/{./config,./local,.zshenv} "$HOME" git clone https://github.com/kristoferssolo/SoloVim "$HOME"/.config/nvim -rm -rf "$HOME"/{LICENSE,readme.md,.gitignore} +rm -rf "$HOME"/solorice mkdir -p "$HOME"/{Downloads,Documents,Videos,Music,Pictures/screenshots} if [ $DISPLAY_SERVER = "wayland" ]; then rm -rf "$HOME"/.config/{awesome,picom,sx,zsh/.zprofile-X11} - mv "$HOME"/.config/zsh/zprofile-wayland "$HOME"/.config/zsh/.zprofile + mv "$HOME"/.config/zsh/.zprofile-wayland "$HOME"/.config/zsh/.zprofile chsh -s /bin/zsh zsh Hyprland else rm -rf "$HOME"/.config/{hypr,waybar,zsh/.zprofile-wayland} - mv "$HOME"/.config/zsh/zprofile-X11 "$HOME"/.config/zsh/.zprofile + mv "$HOME"/.config/zsh/.zprofile-X11 "$HOME"/.config/zsh/.zprofile git clone https://github.com/streetturtle/awesome-wm-widgets "$HOME"/.config/awesome/awesome-wm-widgets chsh -s /bin/zsh zsh