This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |