Skip to content

Instantly share code, notes, and snippets.

View ozzyfromspace's full-sized avatar
🤓
I wanna build a thing.

Oswald Kay Chisala ozzyfromspace

🤓
I wanna build a thing.
View GitHub Profile
@idleberg
idleberg / fish_shell.md
Last active June 11, 2024 00:49
Instructions on how to install Fish shell on Mac OS X, including Oh My Fish!. Also includes several useful functions.

Installation

  1. Install fish via Brew
  2. Optionally install Oh My Fish!
  3. Add fish to known shells
  4. Set default shell to fish
brew install fish  
curl -L https://get.oh-my.fish | fish
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active June 28, 2024 19:33
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands