8000 GitHub - Qroop/omarchy: Opinionated Arch/Hyprland Setup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Qroop/omarchy

 
 

Repository files navigation

Omarchy

Personal fork of Omarchy

Read more at omarchy.org.

Installation

  1. Clone the repository:
     pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git
     rm -rf ~/.local/share/omarchy
     git clone --recursive https://github.com/Qroop/omarchy.git ~/.local/share/omarchy
  2. Run the installation script:
     source ~/.local/share/omarchy/install.sh

Adding New Applications

To install new applications on your Omarchy system, follow these steps:

Step-by-Step Process

  1. Choose Installation Method:

    # Official repositories
    sudo pacman -S package-name
    
    # AUR packages
    yay -S package-name
  2. Add to Installation Script:

    • Edit existing script in install/ (e.g., development.sh, desktop.sh)
    • Or create new script: install/your-app.sh
    yay -S --noconfirm --needed your-package
  3. Add Configuration (if needed):

    • Place config files in: config/app-name/
  4. Create Desktop Entry (if needed):

    • For GUI apps: Add .desktop file to applications/
    • For web apps: Use web2app function in webapps.sh
  5. Update Keybindings (optional):

    • Edit: config/hypr/hyprland.conf or default/hypr/bindings.conf
  6. Test Installation:

    source ~/.local/share/omarchy/install/your-script.sh

Best Practices

  • System tools: Add to existing relevant scripts
  • Development tools: Add to development.sh
  • Desktop apps: Add to desktop.sh with proper .desktop files
  • Web apps: Use the web2app function for Progressive Web Apps

About

Opinionated Arch/Hyprland Setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.5%
  • CSS 32.0%
  • Lua 3.5%
0