SkillAgentSearch skills...

Buffalo.zsh

Buffalo web framework zsh plugin

Install / Use

/learn @1995parham/Buffalo.zsh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
    
View on GitHub
GitHub Stars32
CategoryDevelopment
Updated5mo ago
Forks2

Languages

Shell

Security Score

87/100

Audited on Oct 6, 2025

No findings