Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Created December 6, 2019 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianmoran-mainwp/f4a5b2d1129a8dd866bf75db0688c44c to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/f4a5b2d1129a8dd866bf75db0688c44c to your computer and use it in GitHub Desktop.
Discource plugins to install
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/discourse-assign.git
- git clone https://github.com/discourse/discourse-spoiler-alert.git
- git clone https://github.com/discourse/discourse-perspective-api.git
- git clone https://github.com/discourse/discourse-akismet.git
- git clone https://github.com/discourse/discourse-solved.git
- git clone https://github.com/discourse/discourse-user-notes.git
- git clone https://github.com/discourse/discourse-tooltips.git
- git clone https://github.com/discourse/discourse-sitemap.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment