Intro
This is my currently preferred flavor of arch linux / linux in general (as of December 2023).
Reasons I Like ArcoLinux
- It's Arch
- Package manager:
- Real rolling release and packages are super up to date. They even have their package repository with a lot of useful applications. link
- yay installed by default
- Xfce4 has pretty sane defaults and looks nice
- So far it's worked on every machine I've thrown at it
- Very comprehensive installer. I used arcolinux XL
- It has a welcome app that has nice features for you
Note: previous distros I used to use roughly ordered: crunchbang, ubuntu, mint, manjaro, archbang, endeavourOS
Useful Resources
How to make an encrypted drive with fast bootup
Mountpoint | Encryption | Format | Flags | Size |
---|---|---|---|---|
/boot/efi/ | <none> | fat32 | boot | 500MiB |
/ | Yes | ext4* | <none> | rest of drive |
* it may display as LUKS in the interface
This is originally from here: ArcoLinux : 1054 how to encrypt ArcoLinux with calamares - fast bootup, but I had to update the unencrypted boot part for EFI support.
Bootstrapping (Specific to me)
#!/bin/bash
yay -S fish yadm --noconfirm
yadm clone git@github.com:kleutzinger/dotfiles.git
# yadm runs bootstrapping scripts which continue onward
after yadm
SSH:
ssh-keygen -t ed25519
ssh-add ~/.ssh/id_ed25519
ssh-copy-id -i ~/.ssh/id_ed25519.pub dokku@$DOKKU_HOST
Nvim:
- launch nvim once, lazy will do its thing
Firefox:
- sign into firefox sync
- sign into google
- set ublock origin to cloud downloads
- log into pushbullet
- log into gdrive on violentmonkey
- pin bitwarden, violentmonkey, and darkreader to toolbar
- log into bitwarden (requires authy somewhere)
- enable exentions on private browsing (bitwarden, dark reader, kagi, violentmonkey, at least)