Skip to content

benhid/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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