All Projects → 1995parham → buffalo.zsh

1995parham / buffalo.zsh

Licence: GPL-3.0 license
Buffalo web framework zsh plugin

Programming Languages

shell
77523 projects

buffalo.zsh

Buffalo web framework zsh plugin

Usage

Using zsh frameworks

antigen

Add antigen bundle 1995parham/buffalo.zsh to your ~/.zshrc.

oh-my-zsh

  • Clone the repository inside your oh-my-zsh repo:

      git clone https://github.com/1995parham/buffalo.zsh ~/.oh-my-zsh/custom/plugins/buffalo
    
  • Enable it in your .zshrc by adding it to your plugin list and reloading the completion:

      plugins=(… buffalo)
      autoload -U compinit && compinit
    

Manual installation

  • Clone the repository:

      git clone git://github.com/1995parham/buffalo.zsh.git
    
  • Include the directory in your $fpath, for example by adding in ~/.zshrc:

      fpath=(path/to/buffalo.zsh $fpath)
    
  • You may have to force rebuild zcompdump:

      rm -f ~/.zcompdump; compinit
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].