Skip to content

🌱 Dotfiles, managed with chezmoi

Notifications You must be signed in to change notification settings

krmbzds/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f6d106 Β· Nov 12, 2024
Nov 12, 2024
Jun 8, 2023
Jun 8, 2023
Aug 22, 2023
Nov 12, 2024

Repository files navigation

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>