Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooyek/workstation
Scripts for unattended setup of my Linux workstation
https://github.com/wooyek/workstation
Last synced: 4 days ago
JSON representation
Scripts for unattended setup of my Linux workstation
- Host: GitHub
- URL: https://github.com/wooyek/workstation
- Owner: wooyek
- Created: 2018-02-12T15:51:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T06:35:12.000Z (8 months ago)
- Last Synced: 2024-11-10T09:43:27.030Z (2 months ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SourceCodePro/Regular/complete/Sauce%20Code%20Pro%20Nerd%20Font%20Complete%20Mono.ttf)
2. Setup [Dracula color scheme](https://store.kde.org/p/1001521)
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