Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1017 Bytes

devops-bash-tools.md

File metadata and controls

42 lines (29 loc) · 1017 Bytes

DevOps-Bash-tools

HariSekhon/DevOps-Bash-tools

git clone https://github.com/HariSekhon/DevOps-Bash-tools bash-tools

cd bash-tools

Make (optional)

Then run make to install any dependencies, system packages, libraries etc.

If you only want to use a specific script you could skip this setp and install bits yourself, possibly using the install/install*.sh scripts.

make

OR install only the individual bits you need for a specific script you want to run:

install/install_aws_cli.sh
install/install_gcloud_sdk.sh
install/install_homebrew.sh

brew install jq

Now run whichever script you came for...

Configs

The configs/ directory is full of dotfiles that get symlinked to your $HOME directory if you do a make link at the top level of the repo. Any existing configs get skipped for safety. Any .bash* files have a source line added to not interfere with existing files.