Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 634 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 634 Bytes

Dotfiles

This repository contains scripts that I use to set up a new Mac or Ubuntu machine

Mac

Install xcode

Download and install Xcode from Apple's website then install Xcode command line tools by running

xcode-select --install

Run setup.sh

The insipiration for the setup.sh script comes originally from thomaspoignant/mac-dev-setup. The script is a work in process and might not work perfectly

Run the script

./mac/setup.sh

Ubuntu or dirivatives

Run the script

./linux/setup.sh