Skip to content

07CalC/Aurora

Repository files navigation

🌿 Hyprland Dotfiles – Weird AF but Clean™

This is my personal Arch Linux Hyprland setup – minimal, fast, functional, and aesthetic. Managed using stow for simple and clean dotfile management.


🧰 Dependencies

Make sure the following packages are installed:

Core

Terminal & Shell

UI & Tools

  • wofi – Wayland launcher (rofi alternative)
  • fastfetch – Neofetch on steroids

📦 Installation

Using pacman and yay

# Install official packages
sudo pacman -S hyprland hyprpaper kitty fastfetch zsh wofi stow

# Install hyprpanel from AUR
yay -S hyprpanel-git

# (Optional) Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# Install stow
sudo pacman -S stow

📁 Dofiles layout

This repo uses GNU Stow to symlink dotfiles into your system.

dotfiles/
├── hypr/         -> ~/.config/hypr/
├── hyprpanel/    -> ~/.config/hyprpanel/
├── kitty/        -> ~/.config/kitty/
├── wofi/         -> ~/.config/wofi/
├── fastfetch/    -> ~/.config/fastfetch/
├── zsh/          -> ~/.zshrc,
├── bash/          -> ~/.bashrc,
├── BetterDiscord/          -> ~/.config/BetterDiscord

Usage

# Clone this repo
git clone https://github.com/07calc/aurora ~/aurora
cd ~/aurora
rm -rf .git

# Stow the configs (creates symlinks in your home directory)
stow hypr hyprpanel kitty wofi fastfetch zsh bash

# Set Zsh as default shell
chsh -s $(which zsh)

# (Optional) stow nvim, BetterDiscord
stow nvim BetterDiscord

📸 Screenshots

2025-06-17-182536_hyprshot

2025-06-17-182837_hyprshot

2025-06-17-182544_hyprshot

2025-06-17-182551_hyprshot

📜 License

MIT – use, modify, share freely. Credit appreciated.

About

Catppuccin based hyprland config for arch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published