Skip to content

Instantly share code, notes, and snippets.

@itoleck
Last active March 29, 2026 21:01
Show Gist options
  • Select an option

  • Save itoleck/be363031bd54b853708b53898dce4e6a to your computer and use it in GitHub Desktop.

Select an option

Save itoleck/be363031bd54b853708b53898dce4e6a to your computer and use it in GitHub Desktop.
Linux Setup
# download nerd fonts
curl -O https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaCode.zip
unzip CascadiaCode.zip -d ~/.local/share/fonts/
fc-cache -f -v
# set gnome terminal font
dconf list /org/gnome/terminal/legacy/profiles:/
dconf read /org/gnome/terminal/legacy/profiles:/<profile_guid>/font
dconf write /org/gnome/terminal/legacy/profiles:/<profile_guid>/font/ 'CaskaydiaCove Nerd Font 14'
# install SuperFile terminal file explorer
bash -c "$(curl -sLo- https://superfile.dev/install.sh)"
# nano ~/.config/superfile/config.toml
# set editor and theme
# editor = "nano"
# theme = "ayu-dark"
# Apps
#baobab
#neofetch
#ghostty
#nvtop
#vscodium
#cpu-x
#vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment