Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 746 Bytes

Chezmoi dotfiles for QI-managed servers

Prerequisites

Installation steps (as shell commands)

  1. FreeBSD-specific; ensure chezmoi is there (omit -r QI if you’re not at QI):

    command -v chezmoi > /dev/null 2>&1 || doas pkg install -y -r QI chezmoi
  2. Install powerlevel10k

    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  3. Install and apply these dotfiles

    chezmoi init -a https://github.com/Quinn-Interactive/dotfiles.git
  4. Restart ZSH

    exec zsh