My personal setup is based on:
- ZSH
- Alacritty
- Starship
- Helix editor
- Tmux
- Hack Nerd Font
Additionally, I make use of several fancy tools such as:
Most of these tools are available via Homebrew, so you can install them from there.
For the fonts, you can download them from the Nerd Fonts repository and install them manually.
Install with:
git clone https://github.com/benhid/dotfiles.git
cd dotfiles
mkdir -p ~/.config/
cp -r config/* ~/.config/
cp -r zsh/. ~/