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