Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 602 Bytes

dotfiles

This repository contains my personal dotfiles for managing and configuring my development environment across multiple machines.

Included Configurations

  • Shell: .zshrc for Zsh configuration
  • Prompt: starship.toml for Starship prompt customization
  • Other essential dotfiles for a smooth developer experience.

How to Use

  1. Install chezmoi:

    brew install chezmoi  # macOS
    sudo apt install chezmoi  # Ubuntu
  2. Initialize the repository:

    chezmoi init https://github.com/landerox/dotfiles && chezmoi apply

License

MIT