Minimal dotfiles for zsh, tmux, neovim, and Hyprland with essential development tooling.
- git
- homebrew (on macOS)
- curl (for downloading SSH keys)
git clone https://github.com/MarkusZoppelt/dotfiles.git ~/.dotfiles
~/.dotfiles/install.sh
The installer will:
- Create symlinks to the dotfiles
- Install Homebrew packages (macOS only)
- Download my SSH keys from GitHub
- Set up local bin directory for custom scripts
- NixOS: For my NixOS / nix-darwin system configuration, see
MarkusZoppelt/nix
- Ubuntu bootstrap: A higher-level end-to-end machine setup of a zero-to-dev box can be found at
MarkusZoppelt/dev