Skip to content

Instantly share code, notes, and snippets.

View pablocarmu's full-sized avatar
🏠
Working from home 🇬🇧

Pablo Carrascal pablocarmu

🏠
Working from home 🇬🇧
View GitHub Profile
@joshdholtz
joshdholtz / .env
Last active April 22, 2025 19:11
Using Dotenv and environment variables with fastlane
STUFF = this is some stuff
@staltz
staltz / introrx.md
Last active May 24, 2025 19:53
The introduction to Reactive Programming you've been missing
@berngp
berngp / .gitconfig
Created March 30, 2014 05:27
dot.gitconfig
[user]
name = Your Name
email = [email protected]
[color]
ui = true
[core]
excludesfile = ~/.gitignore_global
editor = /usr/local/bin/mvim -f