/in2st

📄 For making setup of new work environment easier and faster.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

in2st

Status Badge Codacy Badge

This tool is garbage in early stage of development.

What's the point

This script is supposed to automate installation of default list of programs and applying some configurations.

Usage

  $ wget https://raw.githubusercontent.com/IlyaGulko/in2st/master/in2st.sh
  $ chmod +x in2st.sh
  $ in2st.sh [--help] <string>

List of Installables

  • git
  • python3
  • pip3
  • docker
  • ansible
  • terraform
  • golang
  • packer
  • vim | vimrc

List of Actions

  • installed
  • help

Work in Progress

  • CRITICAL:

    • export PATH variable without exiting script
  • code:

    • mc

    • jenkins

    • installed action

    • versioning

    • handling errorrs

    • trapping Ctrl-C

    • options to determine version of each product

      • add vars file
      • add commands to configure vars
  • add compatibility with other distros