Skip to content

Instantly share code, notes, and snippets.

View josegalarza's full-sized avatar
buidl

Jose Galarza josegalarza

buidl
View GitHub Profile
@josegalarza
josegalarza / install-python.sh
Last active October 9, 2019 00:24
How to install particular python version
#!/usr/bin/env bash
# install-python.sh
# shell script to install desired python version (with pyenv) and pipenv
install_python() {
# install homebrew - https://brew.sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# update brew
brew update
@josegalarza
josegalarza / bash-colors.md
Created November 15, 2018 08:06 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple