This repository contains configuration files for my development environment on MacOS. It includes a setup for my editor (neovim), shell (zsh) and terminal (ghostty).
First, make sure Apple's command line tools are installed:
xcode-select --install
Create a dev directory:
mkdir -p ~/dev && cd ~/dev
Clone this repository:
git clone git@github.com:hugovandevliert/dotfiles.git && cd dotfiles
And then run the setup script:
./setup
Not everything can be automated.
- Copy ssh keys from iCloud into
~/.sshand add them to KeyChain:ssh-add --apple-use-keychain ~/.ssh/id_ed25519 - Download wordlists by running
set spellinvim

