Skip to content

Instantly share code, notes, and snippets.

View nichmorgan's full-sized avatar
👨‍💻
Coding every day

Morgan Nicholson nichmorgan

👨‍💻
Coding every day
View GitHub Profile
@tejainece
tejainece / vscode_marketplace
Last active January 25, 2026 15:07
Marketplace for VS code to be used in Antigravity
https://marketplace.visualstudio.com/items
https://marketplace.visualstudio.com/_apis/public/gallery
@nuga99
nuga99 / docker-install-parrot.sh
Last active January 9, 2026 10:35
Install Docker Engine on Parrot OS (2023)
#!/bin/sh
# From https://www.hiroom2.com/2017/09/24/parrotsec-3-8-docker-engine-en/
# Changelog:
# @DavoedM: Apr 3, 2020
# @C922A10971734: Jan 19, 2023
set -e
# Install dependencies.