Skip to content

Instantly share code, notes, and snippets.

View Bolaside's full-sized avatar

Thornium Bolaside

  • 17:10 (UTC +03:00)
View GitHub Profile
@tomasdev
tomasdev / minecraft-emoji.md
Last active August 29, 2026 18:42
Minecraft allowed emojis

Minecraft allowed emojis

Ever wondered how to insert emoji in minecraft? Well turns out Minecraft supports only a subset of emoji (old one) but you can copy-paste these in it!

Screenshot of the emojis being rendered in Minecraft

These also look great on signs!

Minecraft sign with glowing effect showcasing arrows

@HFTrader
HFTrader / PacmanCheatsheet.md
Last active July 23, 2026 01:27
Pacman Cheatsheet

Installing packages

Note that packages often have a series of optdepends - optional dependencies - which are packages that provide additional functionality to the application, albeit not strictly required for running it. When installing a package, pacman will list its optional dependencies among the output messages, but they will not be found in pacman.log: use the pacman -Si (see Querying package databases) command to view the optional dependencies of a package, together with short descriptions of their functionality.

⚠️ Partial upgrades are not supported 69

Installing specific packages

To install a single package or list of packages (including dependencies), issue the following command:

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active September 4, 2026 12:11
Conventional Commits Cheatsheet