Last active
August 13, 2021 14:40
-
-
Save x86-39/1cfce07701a8e6b76050ac62d89ae39d to your computer and use it in GitHub Desktop.
My Powercord plugins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Execute from `powercord/src/Powercord` | |
## Plugins | |
git clone https://github.com/BenSegal855/webhook-tag plugins/webhook-tag | |
git clone https://github.com/Vap0r1ze/vpc-shiki plugins/vpc-shiki | |
git clone https://github.com/RazerMoon/vcTimer plugins/vcTimer | |
git clone https://github.com/powercord-community/rolecolor-everywhere plugins/rolecoler-everywhere | |
git clone https://github.com/GriefMoDz/scrollable-autocomplete plugins/scrollable-autocomplete | |
git clone https://github.com/powerfart-plugins/image-tools plugins/image-tools | |
git clone https://github.com/Juby210/game-activity-toggle plugins/game-activity-toggle | |
git clone https://github.com/powerfart-plugins/fix-unread-channels plugins/fix-unread-channels | |
git clone https://github.com/zt64/dm-typing-indicator plugins/dm-typing-indicator | |
git clone https://github.com/mic0ishere/copy-raw-message plugins/copy-raw-message | |
git clone https://github.com/powercord-community/channel-typing plugins/channel-typing | |
## Themes | |
git clone https://github.com/DiscordStyles/HorizontalServerlist themes/HorizontalServerList | |
git clone https://github.com/DiscordStyles/MinimalCord themes/MinimalCord |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment