Skip to content

Instantly share code, notes, and snippets.

@lgothelipe
lgothelipe / prezto.sh
Created September 2, 2022 12:14
Prezto config for zsh
#!/bin/bash
prezto.sh(){
clear
sudo apt-get install -y git
sudo apt-get update && sudo apt-get install -y zsh
# Get prezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.zprezto
# Backup zsh config if it exists
@lgothelipe
lgothelipe / devops-al2023.sh
Last active March 1, 2026 09:49
Prepare Amazon Linux 2 with DevOps tools
#!/bin/bash
# 1. Create a new EC2 Amazon Linux 2
# 2. Run: bash -c "$(curl -fsSL https://gist.github.com/lgothelipe/f7f39af4d7105844465575769b1acc5e/raw/devops.sh)" -- zsh
# 3. Git config
timezone="Australia/Melbourne"
terraform="1.15.0"
nvm="v0.40.4"
node="24"