mirror of
https://github.com/kristoferssolo/karbs.git
synced 2025-10-21 19:00:35 +00:00
Fix
This commit is contained in:
parent
cf57c368b6
commit
341d3a553c
9
karbs
9
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user