Essential DevOps Tools Setup for Your New MacBook

1- iterm
Rest of the commands below should be handled via iterm.

2- brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"


3- ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"


4- zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions


edit plugins file in ~/.zshrc

plugins=(
git
zsh-autosuggestions
)

5- Terraform, telnet, redis, kubectl, eksctl, azure-cli, helm, openssl, openssl

brew install terraform telnet redis kubectl eksctl azure-cli helm openssl openssl

15- Make history permanent
iterm > Profiles > Open Profiles > Default > Edit Profiles > Terminal > check Unlimited scroolback

16- Visual Studio Code

17- Docker

18- 1Password – Password Manager (Optional)

19- Windows App (From App Store) – For RDP

Leave a Reply