My personal dotfiles, managed with chezmoi
- zsh
- Homebrew
One-line Installation
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply ninagrosse --ssh
This installs chezmoi
, clones the repo and applies everything. Follow the on-screen prompts to setup git email and username. For cloning with https instead, omit --ssh
.
Installs oh-my-zsh
, zsh-autosuggestions
and zsh-syntax-highlighting
, if they are not already installed.
Installs various CLI tools and apps with Homebrew and performs necessary setups if needed.