1.6 KiB
Doors are sturdier than windows
The idea is a one liner to have a quick workbench, like flipping a door on its side for a quick desk.
It's a bootstrap script for my personal desktop environment that is:
- Reliable
- Fast
- Made from off as many off the shelf parts as possible
- Simple (see above)
- Decent looking
Use as much or as little as you need.
Install
You should have an Arch system, you can run this immediately after a minimal archinstall
setup:
If you want recommendations for archinstall I'll say:
- Btrfs
- I personally dislike Swap (don't run out of ram if you don't have swap)
- PipeWire
- linux-zen
- NetworkManager
Shell install also works on Ubuntu Server 22.04 so it should work on any buntu or Mint, Pop, etc. and maybe Debian too
Quick shell:
As your new user in your new user's home directory run: (will overwrite some user files)
-
curl -s https://doordesk.net/setup | bash
-
Log out and log back in
Minimum install is the default, if you want a graphical environment run:
.scripts/installdeps_full
to get the rest and then:
startx
to load it.
but it might be missing some things depending on your install profile (still testing)
Post Install
- Neovim will be confused on first start until
:PackerSync
is run
TODO:
- support more distros
- make sure full install actually has all deps handled