Last active
March 29, 2026 21:01
-
-
Save itoleck/be363031bd54b853708b53898dce4e6a to your computer and use it in GitHub Desktop.
Linux Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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