My personal configuration files for macOS development environment.
- zsh: Shell configuration with aliases and prompt setup
- tmux: Terminal multiplexer configuration
- macOS
- Homebrew
- GNU Stow:
brew install stow
git clone https://github.com/Adamkleo/dotfiles.git ~/dotfiles
cd ~/dotfiles
chmod +x install.sh
./install.shcd ~/dotfiles
stow zsh tmux- Creates symlinks from your home directory to the dotfiles repo
- Backs up existing configs before installing
- Uses GNU Stow for clean symlink management
cd ~/dotfiles
stow -D zsh tmuxThen restore from backups:
cp ~/.zshrc.backup ~/.zshrc
cp ~/.tmux.conf.backup ~/.tmux.conf