Skip to content

Clean‐slate Endeavour Linux

Colin Ramsay edited this page Feb 15, 2024 · 20 revisions

fstab Mounts & Symlinks

UUID=51b8764a-92e2-4cee-91d8-7d1d4d57fe7d /mnt/biglindata       ext4    rw,relatime
ln -s /mnt/biglindata ~/projects

Packages to install

openvpn
filezilla
podman
podman-docker # docker compat
podman-compose 
nvm
zsh
antigen # zsh plugins
postgresql-libs # pgql - postgres client
dbeaver
mackup # backup dotfiles
emote # for emojis - Mod+Shift+d in i3 config
libreoffice-fresh
flyctl
remmina
remmina-plugin-rdesktop
freerdp # required to RDP
flameshot
local-by-flywheel-bin
chromium
visual-studio-code-bin
php # useful for quick scripts

Configs to copy

  • FF userchrome
/* hides the title bar */
#titlebar {
  visibility: collapse;
}

/* hides the sidebar */
#sidebar-header {
  visibility: collapse !important;
} 
  • Remmina connections
  • Filezilla connections (done with mackup)
  • DBeaver connections (done with mackup)
Clone this wiki locally