Trying to keep track of settings on different mashines
brew install zsh stow eza jandedobbeleer/oh-my-posh/oh-my-posh fnm
brew tap FelixKratz/formulae
brew install sketchybar tmux koekeishiya/formulae/skhd koekeishiya/formulae/yabai
skhd --start-service
yabai --start-service
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
./setup.sh
If zsh config is not loaded try adding this to ~/.zprofile
export XDG_CONFIG_HOME="$HOME/.config"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"