Personal dotfiles managed with GNU Stow.
curl -fsSL https://raw.githubusercontent.com/mhfs/dotfiles/master/setup/install-dotfiles.sh | shThen install packages:
cd ~/Work/mhfs/dotfiles
./omarchy-setup.shOr install individual packages:
./setup/install-stow.sh
./setup/install-zsh.sh
# etc.git clone --recursive https://github.com/mhfs/dotfiles.git ~/Work/mhfs/dotfiles
cd ~/Work/mhfs/dotfiles
brew bundle
stow -t ~ zsh ghostty mise git tmux ruby psql binFor server provisioning:
ansible-playbook -i X.X.X.X, ansible/mystuff.yml