The Wayback Machine - https://web.archive.org/web/20201029062947/https://github.com/ldmcdaniel/dotfiles
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.