dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

🌱 Dotfiles, managed with chezmoi

= Dotfiles :author: Kerem Bozdas :experimental: :icons: font :autofit-option: :source-highlighter: rouge :rouge-style: github :revdate: 2022-10-15

Set up zsh for Humans: [source,sh]

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

Apply dotfiles: [source,sh]

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. https://github.com/krmbzds/dotfiles/fork[Fork] the repository
  2. Modify link:home/.chezmoidata.toml[home/.chezmoidata.toml] to fit your needs
  3. Set up zsh for Humans
  4. Apply dotfiles with your own username --apply <USERNAME>