Skip to content

Instantly share code, notes, and snippets.

View mrpinkcat's full-sized avatar
🦉

Gatien Anizan mrpinkcat

🦉
View GitHub Profile
@franklinmoy3
franklinmoy3 / steam_deck_vscode_no_flatpak.md
Last active October 31, 2025 19:25
VSCode on SteamOS without Flatpak

Installing VSCode on SteamOS without Flatpak

Notes

  • SteamOS locks down basically all directories outside of the /home directory
    • Hence, installs via pacman or the AUR are disabled by default, and will be deleted after each SteamOS upgrade
  • The installation steps below will install VSCode without Flatpak
  • Some things might not work well, such as browser hooks when logging into external services and extensions

Installation Steps

@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 9, 2025 02:34
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example