Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 774 Bytes

devops-setup

azl2_init.sh

  • Helps configure Amazon Linux 2 for the first time by running yum upgrade/update, install useful tools for DevOps purposes, as well as creating a new user with a customized zsh (oh-my-zsh) environment

How to use

1 Click Run: bash <(curl -Ls https://raw.github.com/davoclock/devops-setup/master/azl2_init.sh)

2 To start WSL as a custom user, run wsl -u user Amazon2

Demo

[Demo Video on Youtube]

Useful Links

  1. Amazon Linux 2 Releases: https://github.com/yosukes-dev/AmazonWSL/releases

  2. Oh-my-zsh install: curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

  3. Oh-my-zsh themes: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes