Skip to content

Instantly share code, notes, and snippets.

View edgarronda's full-sized avatar
🚀
Working from anywhere.

Edgar Ronda edgarronda

🚀
Working from anywhere.
View GitHub Profile
@mmorejon
mmorejon / docker-all-hands-lab.md
Created September 11, 2021 19:49
Improving our Dockerfiles using Heredoc

Improving our Dockerfiles using Heredoc - Docker Community All-Hands

Dockerfiles used in the lab

dockerfile-simple file

# base image
FROM ubuntu:20.04
@NickCraver
NickCraver / Microsoft.PowerShell_profile.ps1
Last active March 18, 2024 13:25
Craver's oh-my-posh profile
# This goes in your Microsoft.PowerShell_profile.ps1 (can find the path via $PROFILE in your prompt)
Import-Module -Name posh-git,oh-my-posh,Terminal-Icons
Set-PoshPrompt -Theme craver