Scripts for unattended setup of my Linux workstation.
I use 3 main partitions: 2 small ones for side-by-side os installs and one bigger for my profile and work stuff — mounted in non standard /data
folder.
I wat to be able to switch OSes quicly without loosing my work files AND selected profile settings that can be shared between OSes.
These scripts help me geting a new OS install ready for work quickly:
curl -L https://raw.githubusercontent.com/wooyek/workstation/master/get.sh | bash
I currently use and tested these with KDE LinuxMint.
Replace GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with GRUB_CMDLINE_LINUX_DEFAULT=""
in /etc/default/grub
then run sudo update-grub
.
These require manual settings (help getting them scripted is appreciated):
- Setup terminal to use Sauce Code Pro Nerd Font Complete Mono
- Setup Dracula color scheme
- Setup Papirus iconset
- Disapble quiet spash during boot https://askubuntu.com/questions/33416/how-do-i-disable-the-boot-splash-screen-and-only-show-kernel-and-boot-text-inst