This file contains hidden or 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
| [[Category:Sound]] | |
| {{Related articles start}} | |
| {{Related|Professional_audio}} | |
| {{Related|Sound system}} | |
| {{Related|JACK}} | |
| {{Related|Realtime kernel}} | |
| {{Related|envy24control}} | |
| {{Related articles end}} | |
I’ve written a newer optimized 2026 version of this guide with a faster setup using Zinit + Starship and improved plugin loading.
This version avoids slow shell startups and works better with modern Zsh setups.
Updated guide: https://gist.github.com/n1snt/2cccc8aa5f7b645a7628d3512c70deb6
This file contains hidden or 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
| // 0. Open Discord's web client | |
| // 1. Visit the server whose emojis you want | |
| // 2. Open the emoji picker UI and keep it open | |
| // 3. Minimize the page's zoom so that as many emojis load into the picker as possible | |
| // 4. Open the browser's DevTools (press F12) > Elements tab | |
| // 5. Search for the class "categorySection" e.g. <div class="categorySection-..."> | |
| // 6. Find the section that highlights the emojis you want when hovering over the element | |
| // 7. Right click the element and Copy > Copy Element | |
| // 8. Paste the element into a file "file.txt" | |
| // 9. Run this script at the same location as "file.txt" to download all the emojis. |
