jobcore/jobo-setup/installX

14 lines
678 B
Text
Raw Normal View History

#!/usr/bin/zsh
echo "Press enter if you want openbox and jwm to be installed in the system"
echo "using joborun linux recommended setup"
read
sudo pacman -Suy $(cat /usr/local/bin/X.list) --noconfirm
echo "sudo /usr/local/bin/cldoc - if you want documentation/help removed to save space"
echo "exec openbox-session" >>~/.xinitrc
echo "type xinit to start your openbox session"
echo "add xinit to your ~/.zlogin or ~/.bashrc to have an X session start after login"
echo "edit ~/.xinitrc and switch by comment/uncomment openbox-session or jwm"
echo "depending which one of the two you prefer to have started."
echo "hit Enter to get to openbox, Ctrl-C to remain in console"
xinit