diff --git a/user_debian.sh b/user_debian.sh index ecec266..0871ca9 100755 --- a/user_debian.sh +++ b/user_debian.sh @@ -126,9 +126,9 @@ competitiveprogramming() { } graphical() { - sudo apt install -y xorg xclip cwm nitrogen dmenu + sudo apt install -y xorg xclip cwm nitrogen dmenu kitty # copy over the dotfiles - cp "$DIR/.cwmrc" "$DIR/cwm.sh" "$DIR/.xinitrc" "$HOME" + cp "$DIR"/dotfiles/{.cwmrc,cwm.sh,.xinitrc} "$HOME" mkdir -p "$HOME/wallpaper" } @@ -141,7 +141,7 @@ sound() { systemctl --user --now enable pipewire pipewire-pulse } -(usertest && dev && sysinfo && shell && browsers && torbrowser && meetings && plugins && dotfiles) || exit 1 +(usertest && dev && sysinfo && shell && browsers && meetings && plugins && dotfiles) || exit 1 (graphical && sound) || exit 1 #(popshell) || exit 1