diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-04-26 12:31:34 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-04-26 12:31:34 +0200 |
| commit | 7d4158e20b29a7d1d922ad1567f802f9e4865e44 (patch) | |
| tree | 0fe8415d0dce8660faa1787118f32f2989f4c717 /bin | |
| parent | acd3c43601812cff27bf225a567f4fdf3731e75d (diff) | |
fix fedora-asahi-remix
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/dotfiles-post-update | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/dotfiles-post-update b/bin/dotfiles-post-update new file mode 100755 index 0000000..d6844f3 --- /dev/null +++ b/bin/dotfiles-post-update @@ -0,0 +1,12 @@ +#!/bin/sh + +# fix some dotfiles after 'dotfiles pull. + +os=$(os) +case $os in +fedora-asahi-remix) + cp ~/.config/foot/foot.ini.$os ~/.config/foot/foot.ini + cp ~/.config/i3status/config.$os ~/.config/i3status/config + cp ~/.config/sway/config.$os ~/.config/sway/config + ;; +esac |
