Skip to content

Commit 36ea226

Browse files
committed
Correct elephant
1 parent c415e05 commit 36ea226

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build_files/build.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ dnf5 -y install fd-find
2323
dnf5 -y copr enable killcrb/ashell
2424
dnf5 -y install ashell
2525

26-
# Application Launcher
26+
# Application Launcher - Walker
2727
dnf5 -y copr enable errornointernet/walker
2828
dnf5 -y install walker
2929

30-
# Application Launcher
30+
# Application Launcher - Elephant (from packages repo, not walker repo)
3131
dnf5 -y copr enable errornointernet/packages
32-
dnf5 -y install elephant
32+
dnf5 -y install --repo='copr:copr.fedorainfracloud.org:errornointernet:packages' elephant
3333
elephant 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
7070
cp -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
7678
install -Dm644 /usr/share/binaryos/config/walker/config.toml /etc/xdg/walker/config.toml

0 commit comments

Comments
 (0)