Skip to content

Instantly share code, notes, and snippets.

View bsao's full-sized avatar
:octocat:
Working Remote (Berlin, DE)

Robson Júnior bsao

:octocat:
Working Remote (Berlin, DE)
View GitHub Profile
@bsao
bsao / osx-setup.md
Created October 1, 2025 09:02 — forked from kus/osx-setup.md
Get a clean Mac OSX up and running as a developer machine.

Make sure OS is up-to-date

Install Xcode:

(To get around certain build tools that actually require Xcode and not the cli tools)

From the App Store, open it once it's done then close it

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
@bsao
bsao / elasticsearch.yml
Last active January 26, 2016 16:34 — forked from reyjrar/elasticsearch.yml
ElasticSearch config for a write-heavy cluster
##################################################################
# /etc/elasticsearch/elasticsearch.yml
#
# Base configuration for a write heavy cluster
#
# wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/2.1.1/elasticsearch-2.1.1.zip
# sudo unzip elasticsearch-2.1.1.zip -d /usr/local/elasticsearch
# cd /usr/local/elasticsearch/elasticsearch-2.1.1
# sudo bin/plugin install cloud-aws