Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 349 Bytes

Sane EC2 Configuration (Ubuntu)

Script installs/configures the following packages:

  1. fnm (node v20.2)
  2. bat
  3. exa
  4. vim
  5. fzf
  6. pnpm
  7. pm2

To install simply, run this command (piping random scripts to bash is always fun, right ^-^)

curl -L https://raw.githubusercontent.com/gdsc-nits-org/sane-ec2-ubuntu/main/setup.sh | bash