Dotfiles for Ubuntu on WSL and macOS.
Run the following command:
# curl
sh -c "$(curl -fsSL get.chezmoi.io)" -- init --apply Hiratake
# wget
sh -c "$(wget -qO- get.chezmoi.io)" -- init --apply HiratakeThis dotfiles uses the Zsh theme Powerlevel10k, so it requires you to install a font on your host machine with support for the Nerd Fonts glyphs. I recommend the Meslo Nerd Font.
MIT