File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dnf5 -y install walker
2727# Application Launcher
2828dnf5 -y copr enable errornointernet/packages
2929dnf5 -y install elephant
30+ elepahant service enable
3031
3132# On Screen Display
3233dnf5 -y copr enable markupstart/SwayOSD
@@ -44,6 +45,9 @@ dnf5 -y install wezterm
4445dnf5 -y copr enable agriffis/neovim-nightly
4546dnf5 -y install neovim python3-neovim
4647
48+ # CLI Tools
49+ dnf5 -y install fd-find
50+
4751# Install BinaryOS application configs as system defaults
4852# XDG-compliant applications will use these as defaults when users first log in
4953
@@ -75,4 +79,7 @@ cp -r /usr/share/binaryos/config/walker/themes /etc/xdg/walker/
7579# Gitui configs
7680install -Dm644 /usr/share/binaryos/config/gitui/key_bindings.ron /etc/xdg/gitui/key_bindings.ron
7781
82+ # Elephant configs
83+ install -Dm644 /usr/share/binaryos/config/elephant/elephant.toml /etc/xdg/elephant/elephant.toml
84+
7885# systemctl enable podman.socket
Original file line number Diff line number Diff line change 1+ # Elephant Configuration - BinaryOS
2+ # Configuration for the Elephant data provider service
3+
4+ # Disable Arch Linux packages provider since we're on Fedora
5+ [archlinuxpkgs ]
6+ disabled = true
7+
Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ $menu = /usr/sbin/walker
5252# Autostart necessary processes (like notifications daemons, status bars, etc.)
5353# Or execute your favorite apps at launch like this:
5454
55- # Start Elephant service (required for Walker)
56- exec-once = systemctl --user start elephant.service
57-
5855# Start hyprpaper for wallpaper
5956exec-once = hyprpaper -c ~/.config/hypr/hyprpaper.conf
6057
You can’t perform that action at this time.
0 commit comments