mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
12 lines
454 B
Plaintext
12 lines
454 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/hypr/hyprlock.conf ~/.config/hypr/
|
||
|
|
||
|
ln -nsf ~/.local/share/omarchy/config/waybar/config ~/.config/waybar/
|
||
|
|
||
|
ln -nsf ~/.local/share/omarchy/config/wofi/config ~/.config/wofi/
|