Skip to content

stefan131/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 93.1%
  • Shell 6.5%
  • Ruby 0.4%