Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 864 Bytes

INSTALL.md

File metadata and controls

36 lines (23 loc) · 864 Bytes

Installation

Oh My Zsh

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/BuonOmo/zsh-command-time ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-command-time
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=(zsh-command-time)
  3. Start a new terminal session.

Manual (Git Clone)

  1. Clone this repository somewhere on your machine. This guide will assume ~/.zsh/zsh-command-time.

    git clone https://github.com/BuonOmo/zsh-command-time ~/.zsh/zsh-command-time
  2. Add the following to your .zshrc:

    source ~/.zsh/zsh-command-time/zsh-command-time.zsh
  3. Start a new terminal session.