Skip to content

mhfs/dotfiles

Repository files navigation

MHFS Dotfiles

Personal dotfiles managed with GNU Stow.

Bootstrap an Omarchy Machine

curl -fsSL https://raw.githubusercontent.com/mhfs/dotfiles/master/setup/install-dotfiles.sh | sh

Then install packages:

cd ~/Work/mhfs/dotfiles
./omarchy-setup.sh

Or install individual packages:

./setup/install-stow.sh
./setup/install-zsh.sh
# etc.

Bootstrap a MacOS Machine

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 bin

Ansible Playbooks

For server provisioning:

ansible-playbook -i X.X.X.X, ansible/mystuff.yml

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published