- One-click installation, Just copy-paste command on Terminal
- Automates installation of daily driver apps and Microsoft fonts
- Adding App Shortcut to Desktop for easy access
- Enable Firewall
- Enable zram
- Setup DNS over TLS with systemd-resolved, using Cloudflare and Google DNS
- Google Chrome
- OnlyOffice as Microsoft Office replacement, but you can still access Office Online or Google Workspaces via web browser
- VLC Media Player
- Spotify Linux Client
- GNOME Cheese (Camera App)
- GNOME Clocks
- Microsoft Corefonts (with
ttf-mscorefonts-installerpackages)
Just copy-paste the commands to your terminal and execute. The script will automatically downloaded and executed
-
Linux Mint Cinnamon, Linux Mint MATE, and Linux Mint Debian Edition
wget https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/cinnamon.sh && sh cinnamon.sh && rm cinnamon.sh -
Linux Mint XFCE
wget https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/xfce.sh && sh xfce.sh && rm xfce.sh
Works on:
-
All Ubuntu and Debian flavor and desktop
-
Zorin OS
-
Pop! OS
-
Linux Lite
-
MX Linux Enable systemd first!
-
Elementary OS
-
KDE Neon
-
AnduinOS
-
Q4OS
-
And many more!
wget https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/debian.sh && sh debian.sh && rm debian.sh
sudo fallocate -l 4G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile && echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
If you installing on VMware, use this command to install the drivers
sudo apt install open-vm-tools-desktop -y
I also included my personal custom install script here including all things i need (vscode, brave, github desktop, git)