Skip to content

BakkerTom/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository helps me setup my Mac development environment quickly. The implementation is inspired by Driesvints dotfiles. He also wrote extensively on the subject so if you want to make your own, check out his repository for tips. Of course, you're also free to copy anything in my own .dofiles 🔥

Setting up a new Mac

After backing up an old Mac you can now follow the following instructions to setup a new Mac:

  1. Update macOS to the latest version through system preferences.

  2. Generate a new public and private SSH key by running:

    curl https://raw.githubusercontent.com/BakkerTom/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
  3. Clone this repo to ~/.dotfiles with:

    git clone --recursive git@github.com:BakkerTom/dotfiles.git ~/.dotfiles
  4. Run the installation with:

    cd ~/.dotfiles && ./install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published