A soothing, powerful and pragmatic Linux "distribution"
Go to file
2023-11-14 20:58:41 +00:00
config add alacritty config files 2023-11-14 20:58:41 +00:00
packages enable extension semi-gracefully from command line 2023-11-14 20:55:30 +00:00
1-bootstrap.sh savepoint 2023-11-14 16:32:26 +00:00
2-config.sh savepoint 2023-11-14 16:32:26 +00:00
3-install.sh savepoint 2023-11-14 16:32:26 +00:00
4-launch.sh savepoint 2023-11-14 16:32:26 +00:00
gtktitlebar-11.0.zip.1 feat: get return to original terminal working 2023-11-14 20:49:27 +00:00
README.md tweak: start adding bash and tmux configurations. 2023-11-14 15:37:43 +00:00

NunOS: A soothing Linux distribution

Plan

  • Decide on base distro: debian
    • Good governance model
    • I trust it, I like it
    • I dislike systemd, but Gentoo, OpenBSD, Devuan, etc. seem too niche
  • Decide on desktop environment: GNOME
    • Good for shortsighted users
    • Sensible array of default applications
    • Doesn't try to imitate Windows
    • I like the search with the "windows" key
  • Figure out a few basic things
    • how to specify shortcuts in the command line: gsettings, or dconf-editor
  • Describe how to get debian step by step
  • Describe how to install debian step by step
  • Describe how to install the recommended software step by step.
    • With .md.sh scripts
    • Why imperatively? Because nixos has a much higher setup cost for me.
  • Recommended hardware

About

Why a "distribution"

  • Not a proper distribution
  • A bit more effort than your typical set of dotfiles
  • Consider it more like a walkthrough
  • But the name "nunOS" (I'm Nuño Sempere) was too good to pass up
  • The next step might be to: make this a Debian derivative? But not close to it

Debian installer instructions

Partition > Guided - use entire disk and set up encrypted LVM.

How to get this distribution

wget ...
chmod +x bootstrap.sh
bash bootstrap.sh
sudo apt install neovim
git config --global core.editor "vim"