Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 777 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 777 Bytes

Instructions

TODO: I need to re-do this README because these instructions are out of date.

Pre-requisites:

  • Highlight: brew install highlight.
  • ASDF: brew install asdf.

Install

  1. Install oh-my-zsh.

  2. Clone this repository into your custom folder:

    $ cd ~/.oh-my-zsh
    $
  3. Install the following plugins not included in oh-my-zsh:

    1. zsh-abbr
    2. zsh-asdf
  4. Ensure you have this in your .zshrc file:

    export ZSH="$HOME/.oh-my-zsh"
    
    ZSH_THEME="mine"
    
    plugins=(z zsh-abbr extract)
    
    source $ZSH/oh-my-zsh.sh
    source /usr/local/opt/asdf/libexec/asdf.sh
  5. Enjoy!