/dotfiles

my 🔧 .files repo

Primary LanguageShell

Overview

My personal setup is based on:

Additionally, I make use of several fancy tools such as:

Installation

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/. ~/