This is my dotfiles repository.
- Install prerequisites
brew install stow neovim lazygit npm go fzf font-meslo-lg-nerd-font
brew install powerlevel10k
go install mvdan.cc/sh/v3/cmd/shfmt@latest
- Clone this repository
git clone https://github.com/aksdari/dotfiles.git
- Use
stow
to symlink config files
stow -t ~ .
brew install --cask wezterm
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
# configure p10k
source ~/.zshrc
# you can use to trigger it manually:
p10k configure