This repo contains my configuration files (dotfiles
) used to customise machines to my liking. They are written to work across my various devices - MacOS, Linux, and RaspberryPi devices.
I have included dotfiles
for the following:
.zshrc
- Zsh configuration with oh-my-zsh and powerlevel10k theme.gitconfig
- Git configuration and aliases.tmux.conf
- Tmux configuration.bashrc
- Bash aliases.p10k.zsh
- Powerlevel10k theme configuration
- zsh
- git
- wget (for oh-my-zsh installation)
- Clone this repo.
- Run the install script:
cd ~/dotfiles
./install.sh
- Restart your terminal or run
exec zsh