Skip to content

🔧 My dotfiles & setup scripts

Notifications You must be signed in to change notification settings

sbdchd/.dotfiles

Repository files navigation

Dotfiles

A collection of dotfiles, mostly for osx.

Install

git clone https://github.com/sbdchd/.dotfiles && \
cd .dotfiles && \
./linker
./install.bash

Notes

The default git username and email should be changed

git config --global user.name
git config --global user.email