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
- Host: GitHub
- URL: https://github.com/wkrzywiec/build-local-env
- Owner: wkrzywiec
- Created: 2022-03-18T06:13:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T07:39:24.000Z (over 3 years ago)
- Last Synced: 2025-02-09T18:18:01.481Z (8 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```