mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
# Link all the key config files to omarchy's internal versions for quicker testing
|
||
|
ln -nsf ~/.local/share/omarchy/config/hypr/hyprland.conf ~/.config/hypr/
|
||
|
ln -nsf ~/.local/share/omarchy/config/hypr/hypridle.conf ~/.config/hypr/
|
||
|
ln -nsf ~/.local/share/omarchy/config/waybar/config ~/.config/waybar/
|
||
|
ln -nsf ~/.local/share/omarchy/config/wofi/config ~/.config/wofi/
|