clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add uwsm (omarchy defaults)

sspaeti ed86ee6f 50a45b5f

+22
+4
uwsm/.config/uwsm/default
··· 1 + # Changes require a relaunch of Hyprland to take effect. 2 + 3 + export TERMINAL=ghostty 4 + export EDITOR=nvim
+11
uwsm/.config/uwsm/env
··· 1 + # Changes require a relaunch of Hyprland to take effect. 2 + 3 + # Ensure Omarchy bins are in the path 4 + export OMARCHY_PATH=$HOME/.local/share/omarchy 5 + export PATH=$OMARCHY_PATH/bin/:$PATH 6 + 7 + # Set default terminal and editor 8 + source ~/.config/uwsm/default 9 + 10 + # Activate mise if present on the system 11 + omarchy-cmd-present mise && eval "$(mise activate bash)"
+7
uwsm/.config/uwsm/env.bak.1758186058
··· 1 + export OMARCHY_PATH=$HOME/.local/share/omarchy 2 + export PATH=$OMARCHY_PATH/bin/:$PATH 3 + export TERMINAL=alacritty 4 + 5 + if command -v mise &> /dev/null; then 6 + eval "$(mise activate bash)" 7 + fi