wooyek / workstation

Scripts for unattended setup of my Linux workstation

Repository from Github https://github.comwooyek/workstationRepository from Github https://github.comwooyek/workstation

workstation

Scripts for unattended setup of my Linux workstation.

Prerequisites

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.

Setup

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.

No spash screen on boot

Replace GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" with GRUB_CMDLINE_LINUX_DEFAULT="" in /etc/default/grub then run sudo update-grub.

TODO

These require manual settings (help getting them scripted is appreciated):

  1. Setup terminal to use Sauce Code Pro Nerd Font Complete Mono
  2. Setup Dracula color scheme
  3. Setup Papirus iconset
  4. 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

About

Scripts for unattended setup of my Linux workstation


Languages

Language:Shell 100.0%