An open API service indexing awesome lists of open source software.

https://github.com/wkrzywiec/build-local-env

Scripts for installing all necessary (for me) tools on OS
https://github.com/wkrzywiec/build-local-env

Last synced: 6 months ago
JSON representation

Scripts for installing all necessary (for me) tools on OS

Awesome Lists containing this project

README

          

# Build local env scripts

This repository holds scripts that installs the most important tools for my daily work.

It requires a Taskfile to be installed: https://taskfile.dev

## Usage

To check list of available tasks run:

```
task --list
```

Exemplary output:

```bash
task: Available tasks for this project:
* linux:brew: Install Homebrew
* linux:info: Get info on Linux Os
* linux:kubernetes: Install kubectl, Helm and Kubernetes in Docker
* linux:pyenv: Install PyEnv
* linux:python: Install Python, version: 3.10.3
* windows:info: Get info on Windows OS
```