stefan131 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About


Languages

Language:Vim Script 93.2%Language:Shell 6.5%Language:Ruby 0.3%