my dotfiles
-
Install XCode CLI tools, run this.
sudo xcode-select --switch /Library/Developer/CommandLineTools xcode-select --install -
Install my dot files:
zsh -c "$(curl -s https://raw.githubusercontent.com/neko-neko/dotfiles/master/setup/setup.zsh)"This installs the common
Brewfile(packages suitable for both the Hermes server and a Mac client) plus the scripts undersetup/install/. -
Install the layer matching this machine's role. Layers are opt-in so a server doesn't get GUI/mobile/media packages it doesn't need:
./setup/layers/hermes-server/install.zsh # Tailscale Hermes server / dev server ./setup/layers/mac-client/install.zsh # personal Mac client (GUI, mobile dev, desktop apps) ./setup/layers/home-network/install.zsh # Jellyfin/media/home-network box
- run this:
cd ~/.dotfiles && ./setup/uninstall.zsh