Skip to content

hugovandevliert/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains configuration files for my development environment on MacOS. It includes a setup for my editor (vim), shell (zsh) and terminal (iTerm2).

lightdark

Setup

First, ensure Apple's command line tools are installed:

xcode-select --install

Create a dev directory:

mkdir -p ~/dev && cd ~/dev

Clone this repository:

git clone [email protected]:hugovandevliert/dotfiles.git && cd dotfiles

And then run the setup script:

./setup

Manual steps

Not everything can be automated.

  • Copy ssh keys from iCloud into ~/.ssh and add them to KeyChain:
    ssh-add --apple-use-keychain ~/.ssh/id_ed25519
  • Download vim wordlists by running set spell in vim.
  • Install any desired asdf plugins.