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 December 26, 2023 13:31
Using Dotenv and environment variables with fastlane
STUFF = this is some stuff
@staltz
staltz / introrx.md
Last active July 26, 2024 04:24
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 = your.name@mail.com
[color]
ui = true
[core]
excludesfile = ~/.gitignore_global
editor = /usr/local/bin/mvim -f