Skip to content

Izzette/zsh-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zsh plugin template

A very compliant seed to grow your ZSH plugin project, whether it be a daisy 🌼 or a tree 🌲.

Using

Fork this repository, replace instances of plugin-template with your project name. For example, if your project is named my-awesome-plugin you could replace file names and symbols like so:

  • plugin-template → my-awesome-plugin
  • plugin_template → my_awesome_plugin
  • PLUGIN_TEMPLATE → MY_AWESOME_PLUGIN

You can place your custom functions into functions/ directory and they will automatically be added to autoload. The bin/ directory will be added to $PATH automatically. Any custom data you need can be placed in the data/ directory, your plugin can reference it like ${Plugins[MY_AWESOME_PLUGIN_DATA_DIR]}/my-data.txt.

You can read more about the Zsh plugin standard and best practices here: Zsh Plugin Standard

License

Copyright © 2022 Isabelle COWAN-BERGMAN ﴾ izziαizzette܂com ﴿ This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details. WTFPL

About

A very compliant seed to grow your ZSH plugin project, whether it be a daisy 🌼 or a tree 🌲

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages