Browse Source

debian fixes

master
Juni Kim 2 years ago
parent
commit
6a88fb2789
  1. 6
      user_debian.sh

6
user_debian.sh

@ -126,9 +126,9 @@ competitiveprogramming() {
} }
graphical() { graphical() {
sudo apt install -y xorg xclip cwm nitrogen dmenu
sudo apt install -y xorg xclip cwm nitrogen dmenu kitty
# copy over the dotfiles # 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" mkdir -p "$HOME/wallpaper"
} }
@ -141,7 +141,7 @@ sound() {
systemctl --user --now enable pipewire pipewire-pulse 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 (graphical && sound) || exit 1
#(popshell) || exit 1 #(popshell) || exit 1

Loading…
Cancel
Save