Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

ant-in-giant/alw-provisioner

Repository files navigation

alw-provisioner

my Workspace (Amazon Linux 2) provisioner

Prerequisite

  • Amazon Linux WorkSpaces Initialized
  • Take note of your password
  • Python3 installed (sudo yum install python3)
  • Ansible installed (sudo amazon-linux-extras install ansible2)

Before Setup Process

  1. git clone https://github.com/ant-in-giant/alw-provisioner.git
  2. cd /path/to/alw-provisioner
  3. make extra
  4. make brew # [optional]
  5. make zsh # [optional]

Usage

  • That's all
    make

  • Dry run
    make test

  • Only packages install/update
    make packages

  • etc...

    • make dot
    • make nvm
    • make ij
    • make mkr-ag
    • make mkr-pl

References