Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 438 Bytes

setup

System setup related files or scripts

Common install script for Amazon/RedHat or Ubuntu/Debian distro

curl -o- https://raw.githubusercontent.com/amitkarpe/setup/main/scripts/install.sh | bash

Common for DevOps

curl -o- https://raw.githubusercontent.com/amitkarpe/setup/main/scripts/devops.sh | bash

Common for zsh

curl -o- https://raw.githubusercontent.com/amitkarpe/setup/main/scripts/zsh.sh | zsh