Skip to content

Instantly share code, notes, and snippets.

View suhaybu's full-sized avatar

Suhayb suhaybu

  • Canada
  • 13:36 (UTC -04:00)
View GitHub Profile
@suhaybu
suhaybu / Content.md
Last active January 1, 2024 13:40
My Visual Studio Code Essenstials

My Visual Studio Code Essenstials

Note

I always recommend to first install an Extension Pack for whichever language you are coding in. The listed extensions are to be installed in addition to the extensions provided in popular Extension packs. I do not own any of the extensions listed, nor is this an AD.

Table of Contents

@ghostrider-05
ghostrider-05 / discord_app_protocols.md
Last active May 14, 2025 21:25
An unofficial list of discord app protocol routes

Discord app protocol routes

Home:

  • /: discord://-/
  • friends: discord://-/channels/@me/
  • nitro: discord://-/store
  • shop: discord://-/shop
  • message requests: discord://-/message-requests
  • family centre: discord://-/family-center
@gagarine
gagarine / fish_install.md
Last active May 13, 2025 16:53
Install fish shell on macOS Mojave with brew

Installing Fish shell on MacOS (Intel and M1) using brew

Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.

Note that you need the https://brew.sh/ package manager installed on your machine.

Install Fish

brew install fish