Skip to content

Quinn-Interactive/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published