Skip to content

juliogarciag/dotfiles-zsh

Repository files navigation

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!

About

Personal ZSH dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages