Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.09 KB

My OSX Dotfile Collection and Development Setup

Your dotfiles will most likely be the longest project you ever work on. --Anish Athalye

How to install:

Copy the Input Mono and FiraCode fonts to /User/Library/Fonts or drag them into Font Book in OSX.

Clone the repo:

cd ~/
git clone https://github.com/ldmcdaniel/dotfiles

Enter the interactive installation menu:

~/dotfiles/menu.sh

Create virtualenv:

virtualenv -p python3 p3
virtualenv -p /usr/bin/python2.7 p2

The install script will link your dotfiles, change shell to Zsh, install dependencies, and install:

Check out my vim installation that was previously a part of this repo.