Skip to content

ldmcdaniel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.