@@ -49,39 +49,39 @@ dnf5 -y install neovim python3-neovim
4949# XDG-compliant applications will use these as defaults when users first log in
5050
5151# Hyprland configs
52- install -Dm644 /usr/share/binaryos/config/hypr/hyprland.conf /etc/xdg/hypr/hyprland.conf
53- install -Dm644 /usr/share/binaryos/config/hypr/hyprlock.conf /etc/xdg/hypr/hyprlock.conf
54- install -Dm644 /usr/share/binaryos/config/hypr/hypridle.conf /etc/xdg/hypr/hypridle.conf
55- install -Dm644 /usr/share/binaryos/config/hypr/hyprpaper.conf /etc/xdg/hypr/hyprpaper.conf
52+ install -Dm644 /usr/share/binaryos/config/hypr/hyprland.conf /usr/ etc/xdg/hypr/hyprland.conf
53+ install -Dm644 /usr/share/binaryos/config/hypr/hyprlock.conf /usr/ etc/xdg/hypr/hyprlock.conf
54+ install -Dm644 /usr/share/binaryos/config/hypr/hypridle.conf /usr/ etc/xdg/hypr/hypridle.conf
55+ install -Dm644 /usr/share/binaryos/config/hypr/hyprpaper.conf /usr/ etc/xdg/hypr/hyprpaper.conf
5656
5757# Install background image to system location
5858install -Dm644 /usr/share/binaryos/config/hypr/background.webp /usr/share/binaryos/hypr/background.webp
5959
6060# Fish shell configs
61- install -Dm644 /usr/share/binaryos/config/fish/config.fish /etc/fish/config.fish
62- cp -r /usr/share/binaryos/config/fish/conf.d /etc/fish/
63- cp -r /usr/share/binaryos/config/fish/functions /etc/fish/ 2> /dev/null || true
64- cp -r /usr/share/binaryos/config/fish/completions /etc/fish/ 2> /dev/null || true
61+ install -Dm644 /usr/share/binaryos/config/fish/config.fish /usr/ etc/fish/config.fish
62+ cp -r /usr/share/binaryos/config/fish/conf.d /usr/ etc/fish/
63+ cp -r /usr/share/binaryos/config/fish/functions /usr/ etc/fish/ 2> /dev/null || true
64+ cp -r /usr/share/binaryos/config/fish/completions /usr/ etc/fish/ 2> /dev/null || true
6565
6666# Neovim configs
67- cp -r /usr/share/binaryos/config/nvim /etc/xdg/nvim
67+ cp -r /usr/share/binaryos/config/nvim /usr/ etc/xdg/nvim
6868
6969# Wezterm configs
7070# Wezterm doesn't support /etc/xdg for system defaults, so we install to /etc/skel
7171# which will be copied to new user home directories
72- install -Dm644 /usr/share/binaryos/config/wezterm/wezterm.lua /etc/skel/.config/wezterm/wezterm.lua
72+ install -Dm644 /usr/share/binaryos/config/wezterm/wezterm.lua /usr/ etc/skel/.config/wezterm/wezterm.lua
7373
7474# Walker configs
75- install -Dm644 /usr/share/binaryos/config/walker/config.toml / etc/xdg/walker/config.toml
76- cp -r /usr/share/binaryos/config/walker/themes / etc/xdg/walker/
75+ cp -r /usr/share/binaryos/config/walker/themes /usr/ etc/xdg/walker/
76+ install -Dm644 /usr/share/binaryos/config/walker/config.toml /usr/ etc/xdg/walker/config.toml
7777
7878# Gitui configs
79- install -Dm644 /usr/share/binaryos/config/gitui/key_bindings.ron /etc/xdg/gitui/key_bindings.ron
79+ install -Dm644 /usr/share/binaryos/config/gitui/key_bindings.ron /usr/ etc/xdg/gitui/key_bindings.ron
8080
8181# Elephant configs
82- install -Dm644 /usr/share/binaryos/config/elephant/elephant.toml /etc/xdg/elephant/elephant.toml
82+ install -Dm644 /usr/share/binaryos/config/elephant/elephant.toml /usr/ etc/xdg/elephant/elephant.toml
8383
8484# Ashell configs
85- install -Dm644 /usr/share/binaryos/config/ashell/config.toml /etc/xdg/ashell/config.toml
85+ install -Dm644 /usr/share/binaryos/config/ashell/config.toml /usr/ etc/xdg/ashell/config.toml
8686
8787# systemctl enable podman.socket
0 commit comments