Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 688 Bytes

README.adoc

File metadata and controls

29 lines (24 loc) · 688 Bytes

Dotfiles

Set up zsh for Humans:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"

Apply dotfiles:

sh -c "$(curl -fsSL get.chezmoi.io)" -- init --apply krmbzds

Works best on a fresh install of Pop!_OS 22.04 LTS.

Make it your own

  1. Fork the repository

  2. Modify home/.chezmoidata.toml to fit your needs

  3. Set up zsh for Humans

  4. Apply dotfiles with your own username --apply <USERNAME>