ldmcdaniel / dotfiles

My dotfiles Installation with Interactive Menu
MIT License
5 stars 1 forks source link
bash-profile bash-script dotfiles font-files gitconfig lint macvim pathogen vim vim-packages vimrc zsh zshrc

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.