Base configuration files for my Omarchy/Hyprland setup.
cd "$HOME"
git clone https://github.com/ctarx/my-dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bin/setup.shbin/setup.sh is idempotent and performs everything the old manual steps covered:
- Restows the
hyprandbashrcdirectories. - Copies
backgrounds/2-gruvbox.jpginto~/.config/omarchy/themes/gruvbox/backgrounds/. - Ensures
brave-bin,yt-dlp, andgvfs-dnssdare installed viayay(without a partial upgrade).
ℹ️ Starship ships with Omarchy by default (see
omarchy-base.packages), so no explicit install step is needed here.
If you prefer to do things step by step:
cd "$HOME"
git clone https://github.com/ctarx/my-dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow hypr bashrc
install -Dm644 backgrounds/2-gruvbox.jpg \
~/.config/omarchy/themes/gruvbox/backgrounds/2-gruvbox.jpg
yay -S --needed brave-bin yt-dlp gvfs-dnssdCreated by @ctarx – feel free to reach out!
