2026-03-09 17:12:31 +00:00
2026-03-07 20:45:22 +00:00
2026-03-08 09:07:03 +00:00
2026-03-09 13:41:55 +00:00
2026-03-09 17:12:31 +00:00
2026-03-08 08:27:23 +00:00
2025-06-30 17:59:38 +01:00
2026-01-02 19:43:10 +00:00
2026-03-09 13:41:55 +00:00
2026-03-09 13:41:55 +00:00
2026-03-09 13:41:55 +00:00
2026-03-08 08:27:23 +00:00
2025-11-04 20:48:50 +00:00
2026-03-09 13:41:55 +00:00

📁 dotfiles

My Hyprland-based Linux configuration managed as a Git repository.

🎯 What's Included

Component Description
Hyprland Window manager config (monitors, bindings, input, look & feel)
Git Config with GPG signing, aliases, and templates
Starship Customizable prompt with Catppuccin Mocha theme
Fastfetch ASCII hardware/software system info display
Bash Shell config with Omarchy defaults

🛠️ Setup

Run the master setup script (requires Omarchy):

./setup_omarchy.sh

This script will:

  1. Install packages
  2. Create symbolic links to ~/.config/
  3. Mount NAS for backups
  4. Restore SSH/GPG keys and Git data
  5. Set up cron jobs

📁 Repository Structure

├── hypr/              # Window manager configs
├── git/               # Git configuration & templates
├── fastfetch/         # System info display config
├── scripts/
│   ├── generic/       # Generic setup/restore scripts
│   └── omarchy-specific/  # Omarchy package/bloat scripts
├── starship.toml      # Prompt theme
├── .bashrc            # Shell configuration
├── git_backup.sh      # Backup all Git repos to NAS
└── setup_omarchy.sh   # Master setup script

📝 Notes

  • Hyprland sources Omarchy defaults in ~/.local/share/omarchy/default/hypr/
  • Personal overrides go in ~/.config/hypr/
  • Git backups stored at /mnt/nas/Jake/git_backups/
S
Description
No description provided
Readme 2.5 MiB
Languages
Shell 100%