Skip to content

Instantly share code, notes, and snippets.

@yohhaan
Last active June 18, 2026 03:20
Show Gist options
  • Select an option

  • Save yohhaan/5af228f027bf13899aed20c0f79f7f11 to your computer and use it in GitHub Desktop.

Select an option

Save yohhaan/5af228f027bf13899aed20c0f79f7f11 to your computer and use it in GitHub Desktop.
Backup of some commands to config a new machine

Shell

sudo apt-get -y install zsh 
sudo chsh -s /bin/zsh username
sudo chsh -s /bin/zsh root

Some packages

sudo apt-get -y install htop \
                        ncdu \
                        openconnect \ 
                        kdenlive \
                        inkscape \
                        ffmpeg \
                        obs-studio \
                        redshift \
                        redshift-gtk \
                        curl \
                        vlc \ 
                        pass \
                        yadm \
                        pdfpc \ 
                        pandoc \
                        fzf \
                        zsh-syntax-highlighting \
                        zsh-autosuggestions

Specific installs

Other

Mozilla modifs

about:config:

  • sidebar.revamp to false (Tree Style Tab)
  • toolkit.legacyUserProfileCustomizations.stylesheets to true (userChrome.css)

Keyboard profile

sudo apt-get -y install g810-led
sudo cp .config/g810-profile/profile /etc/g810-led/profile

KDE Desktop & Widgets

Add xrandr --output HDMI-2 --mode 3440x1440 -r 100 to /usr/share/sddm/scripts/Xsetup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment