This repository contains my personal dotfiles for managing and configuring my development environment across multiple machines.
- Shell:
.zshrc
for Zsh configuration - Prompt:
starship.toml
for Starship prompt customization - Other essential dotfiles for a smooth developer experience.
-
Install chezmoi:
brew install chezmoi # macOS sudo apt install chezmoi # Ubuntu
-
Initialize the repository:
chezmoi init https://github.com/landerox/dotfiles && chezmoi apply
MIT