Skip to content

Instantly share code, notes, and snippets.

View thiago7almeida's full-sized avatar

Thiago de Almeida thiago7almeida

View GitHub Profile
@hectorddmx
hectorddmx / fix_cocoapods_catalina.sh
Last active October 25, 2023 16:39
Remove homebrew cocoapods installation in catalina, and install directly from gem, zsh version
#! /bin/zsh
install_cocoapods () {
echo "Installing cocoapods with gem"
# Creating new gems home if it doesnt't exist
if [ ! -d "$HOME/.gem" ]; then
mkdir "$HOME/.gem"
fi
# Adding to current session