Skip to content

Bash installer that transforms Arch Linux into a Linux Mint Cinnamon replica with themes, apps, and defaults.

Notifications You must be signed in to change notification settings

samzahu/ArchMintCinnamonInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

🌿 Arch → Linux Mint Cinnamon Replica Installer 🖥️

Arch Linux Cinnamon Desktop License: MIT Made with Bash AUR Packages


🖥️ Transform your Arch Linux into a Linux Mint Cinnamon look‑alike with one script.

🎨 Installs Mint themes & icons
⚙️ Configures Cinnamon extensions
📁 Sets Nemo defaults
⌨️ Applies Mint keybindings

🌿 Enjoy the full Mint Cinnamon desktop experience on Arch.


✨ Features

  • 🎨 Mint themes & icons: Mint‑Y, Mint‑X, wallpapers
  • 🖥️ Cinnamon desktop with Mint panel layout
  • 🔑 LightDM Slick Greeter for login
  • 📦 Mint default apps: Xed, Pix, Xplayer, Hypnotix, Mintstick, Mintupdate
  • 🔤 Fonts: Mint’s default font set
  • ⚙️ Cinnamon extensions: Mint Menu, Weather, CPU Monitor
  • 📁 Nemo defaults: single‑click, icon view, hidden files visible, toolbar enabled
  • ⌨️ Keybindings: Super + arrows, Alt+F4, workspace shortcuts

📦 Installation

Clone the repo and run the installer:

git clone https://github.com/samzahu/ArchMintCinnamonInstaller.git
cd ArchMintCinnamonInstaller
chmod +x install.sh
./install.sh

🛠️ Usage

After running the installer, your Arch system will be transformed into a Mint Cinnamon desktop. Here’s what you can do right away:

  • 🎨 Switch Themes
    Go to System Settings → Themes and choose Mint‑Y or Mint‑X.

  • 📁 Use Nemo File Manager
    Open Nemo (nemo) to enjoy Mint defaults: single‑click navigation, icon view, and toolbar enabled.

  • 🖥️ Explore Cinnamon Extensions
    Right‑click the panel → Add Applets to Panel → enable Mint Menu, Weather, and CPU Monitor.

  • ⌨️ Try Mint Keybindings

    • Super + Arrow Keys → move windows between workspaces
    • Alt + F4 → close window
    • Ctrl + Alt + Arrow Keys → switch workspaces
  • 🔑 Login Screen
    On reboot, you’ll see LightDM Slick Greeter styled like Linux Mint.


📸 Example Screenshots

Mint Cinnamon Desktop on Arch
Panel Layout Nemo File Manager


🛠️ Troubleshooting

⚠️ Common Issues & Fixes

  • 🧩 AUR packages not found
    Make sure you have an AUR helper installed (e.g., yay or paru).

    sudo pacman -S yay

    Then rerun the installer.

  • 🖥️ Cinnamon desktop doesn’t start
    Ensure you’ve selected Cinnamon as your session in your login manager (LightDM).
    If Cinnamon is missing, install manually:

    sudo pacman -S cinnamon
  • 🔑 LightDM Slick Greeter not showing
    Verify LightDM is enabled and Slick Greeter is set:

    sudo systemctl enable lightdm.service --force
    sudo systemctl start lightdm.service

    Check /etc/lightdm/lightdm.conf for greeter-session=lightdm-slick-greeter.

  • 🎨 Themes or icons not applied
    Open System Settings → Themes and manually select Mint-Y or Mint-X.
    Sometimes Cinnamon defaults back to Adwaita — just reapply Mint themes.

  • 📁 Nemo not using Mint defaults
    Run Nemo once, then go to Edit → Preferences and confirm defaults (single‑click, icon view, toolbar).
    The installer sets these, but they may reset if configs already exist.

  • ⌨️ Keybindings not working
    Go to System Settings → Keyboard → Shortcuts and check Mint defaults.
    If conflicts exist, reset to defaults and reapply.


💡 Tips

  • Always update your system before running the installer:
    sudo pacman -Syu
  • Reboot after installation to apply all changes.
  • If something breaks, check logs with:
    journalctl -xe

🤝 Contributing

Contributions are welcome!

  • Fork the repo
  • Create a feature branch
  • Submit a pull request

Please open an issue before any contribution

About

Bash installer that transforms Arch Linux into a Linux Mint Cinnamon replica with themes, apps, and defaults.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages