Configuration files for customising my terminal across macOS and Linux machines.
Includes config for:
.zshrc- Zsh with oh-my-zsh and powerlevel10k theme.bashrc- Bash aliases and shell config.gitconfig- Git configuration and aliases.tmux.conf- Tmux configuration.p10k.zsh- Powerlevel10k theme configuration
- git
- zsh (optional — bash-only setup works without it)
- curl or wget (for oh-my-zsh installation)
- Clone this repo:
git clone git@github.com:donegaci/dotfiles.git ~/dotfiles - Run the install script:
cd ~/dotfiles ./install.sh
- Restart your terminal or run
exec zsh