This repository contains my personal dotfiles configuration for a consistent development environment across different machines. It includes customized configurations for zsh shell with the powerlevel10k theme.
- Zsh configuration
- Powerlevel10k theme setup
- Custom aliases and functions
- Shell preferences and settings
Before installation, ensure you have the following installed:
- git
- zsh
- curl
- [Optional] A Nerd Font for powerlevel10k theme
git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./install.sh
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/.dotfiles
- Navigate to the directory:
cd ~/.dotfiles
- Run the installation script:
./install.sh
The installation script will:
- Install Oh My Zsh if not already installed
- Install the Powerlevel10k theme
- Create symbolic links for all configuration files
- Backup any existing configurations
After installation, you can customize your setup by editing:
~/.zshrc
for shell configurations~/.p10k.zsh
for Powerlevel10k theme settings