NOTE: These dotfiles are
-
Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-
Install chezmoi
brew install chezmoi
-
Install powerlevel10k Fonts https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k NOTE: powerlevel10k itself is included as a submodule of our dotfile
-
Configure dotfiles
chezmoi init https://github.com/bendyworks/dotfiles.git
-
Configure Powerlevel10k
p10k configure
-
check the
.chezmoiexternal.toml
file- update the powerlevel10k version to the latest version
-
Update Externals
chezmoi --refresh-externals apply