These are my dot files. Enjoy.
- Install Homebrew - Directions
- Install Git ::
brew install git
- Install rbenv ::
brew install rbenv
- Install latest version of ruby
- View Latest Version here
- Install Latest ::
rbenv install <LATEST>
- Set Latest ::
rbenv global <LATEST>
- Install Node (NPM) ::
brew install node
- Install n :: Directions
- Install Latest Version ::
n latest
- Install Latest Version ::
- Install Yarn ::
brew install yarn
- Install Neovim ::
brew install neovim
(Vim terminal alternative) - Install Fonts (Currently, Dank Mono
- Install ZPrezto :: Directions
- After the above is compelete...
- Clone this repo to your home directory
- Run the
setup.sh
file
$ sh setup.sh
Note: This will automatically create a
dotfiles_old
folder and backup any existing files.