Skip to content

Instantly share code, notes, and snippets.

View deduced's full-sized avatar

Charly Astrada deduced

View GitHub Profile
@deduced
deduced / osx_install.sh
Last active April 5, 2024 14:59
Mac OS X installation for full stack javascript developers
#!/bin/sh
# based on https://gist.github.com/t-io/8255711
echo Make sure you install your App Store apps first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install Homebrew and NVM, etc
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install wget
{
"meta": {
"theme": "onepage"
},
"basics": {
"name": "Carlos Astrada",
"label": "Technical Manager",
"image": "https://media-exp1.licdn.com/dms/image/C4D03AQEsKr4Q-_VOSg/profile-displayphoto-shrink_400_400/0/1523494367934?e=1626912000&v=beta&t=4Tl7UrPRJFgBV7_hjGUe92zl1dltbdLM0NHqcUj4EEg",
"email": "carlosastrada@gmail.com",
"website": "https://deducible.io",