File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ dnf5 -y install fd-find
2323dnf5 -y copr enable killcrb/ashell
2424dnf5 -y install ashell
2525
26- # Application Launcher
26+ # Application Launcher - Walker
2727dnf5 -y copr enable errornointernet/walker
2828dnf5 -y install walker
2929
30- # Application Launcher
30+ # Application Launcher - Elephant (from packages repo, not walker repo)
3131dnf5 -y copr enable errornointernet/packages
32- dnf5 -y install elephant
32+ dnf5 -y install --repo= ' copr:copr.fedorainfracloud.org:errornointernet:packages ' elephant
3333elephant service enable
3434
3535# On Screen Display
@@ -70,7 +70,9 @@ cp -r /usr/share/binaryos/config/fish/completions /etc/fish/ 2>/dev/null || true
7070cp -r /usr/share/binaryos/config/nvim /etc/xdg/nvim
7171
7272# Wezterm configs
73- install -Dm644 /usr/share/binaryos/config/wezterm/wezterm.lua /etc/xdg/wezterm/wezterm.lua
73+ # Wezterm doesn't support /etc/xdg for system defaults, so we install to /etc/skel
74+ # which will be copied to new user home directories
75+ install -Dm644 /usr/share/binaryos/config/wezterm/wezterm.lua /etc/skel/.config/wezterm/wezterm.lua
7476
7577# Walker configs
7678install -Dm644 /usr/share/binaryos/config/walker/config.toml /etc/xdg/walker/config.toml
You can’t perform that action at this time.
0 commit comments