Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 847 Bytes

dotfiles

My personal dotfiles, managed with chezmoi

Requirements

Installation

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.

Scripts description

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.