Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 641 Bytes

README.markdown

File metadata and controls

28 lines (20 loc) · 641 Bytes

dotfiles

This repo is more than a collection of dotfiles--it contains all the things I need to get a general development environment up and running on a mac.

git clone [email protected]:ekashida/dotfiles.git

install packages

  1. Install brew
  2. Install brew bottles
  • brew install ag
  • brew install fish
  • brew install git
  • brew install neovim
  • brew install n

install configs

  1. Follow on-screen instructions after the brew install to make fish the default shell
  2. ./install.fish (in dotfiles repo)