Skip to content

Instantly share code, notes, and snippets.

View guilsa's full-sized avatar
👋
@ Looking for projects

Guilherme Sa guilsa

👋
@ Looking for projects
View GitHub Profile
@guilsa
guilsa / mac-setup.sh
Last active December 1, 2022 00:11 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine (last tested on macOS Catalina)
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# Before you begin:
# - Install nvm: `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash && nvm install node`
# - Install rvm:
# - `curl -sSL https://get.rvm.io | bash -s stable`
# - `rvm install {{version}}`
#
@guilsa
guilsa / .bashprofile
Last active April 8, 2020 22:07 — forked from natelandau/.bash_profile
Bash/Zsh Profile (mofidied to work for Linux & Mac, reduced to my favorites and not interfere with zsh)
# Revised by Guilherme to work for Linux & Mac. Reduced to my favorites and not interfere with zsh.
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration [*]
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management [*]
@guilsa
guilsa / week0.md
Last active August 29, 2015 14:14 — forked from bdougie/week0.md