This repository contains my personal configuration files (dotfiles) for the Zsh shell and related tools.
.zshrc— Main Zsh configuration.zprofile— Environment and login shell settings.zsh_aliases— Custom aliases for development, system, and utilities.zshenv— Private environment variables (not tracked by git)install.sh— Script to install dotfiles into your home directory
To install the dotfiles into your home directory, run:
./install.shThe script will copy .zshrc, .zprofile, .zsh_aliases, and .zshenv (if present) to your $HOME.
Note:
.zshenvis ignored by git (see.gitignore) because it may contain sensitive variables.
After installation, apply the changes by running:
source ~/.zshrcOr simply restart your terminal.
You can edit aliases in .zsh_aliases and add private variables to .zshenv (not tracked by git).
These dotfiles are provided as-is. Feel free to use and modify them for your personal needs.