https://github.com/chrvadala/setup-my-pc
setup-my-pc.sh is a simple script that configures personal computers, virtual machines and servers with some common tools. It fastify the setup of a new development environment.
https://github.com/chrvadala/setup-my-pc
aws docker docker-compose kubernetes minikube
Last synced: 5 months ago
JSON representation
setup-my-pc.sh is a simple script that configures personal computers, virtual machines and servers with some common tools. It fastify the setup of a new development environment.
- Host: GitHub
- URL: https://github.com/chrvadala/setup-my-pc
- Owner: chrvadala
- License: mit
- Created: 2020-07-18T14:18:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-25T21:06:59.000Z (8 months ago)
- Last Synced: 2025-10-25T23:13:39.189Z (8 months ago)
- Topics: aws, docker, docker-compose, kubernetes, minikube
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-my-pc
`setup-my-pc.sh` is a simple script that configures personal computers, virtual machines and servers with some common tools. It fastify the setup of a new development environment.
[](https://chrvadala.github.io)
[](https://www.paypal.me/chrvadala/25)
# Usage
```bash
wget https://raw.githubusercontent.com/chrvadala/setup-my-pc/master/setup-my-pc.sh
chmod +x setup-my-pc.sh
./setup-my-pc.sh
```
# Installed tools
This script installs the following tools:
| Tool | Description | Ref. |
|----------------|-----------------------------|-----------------------------------------|
| nvm | Node.js version manager | https://github.com/nvm-sh/nvm |
| yarn | Node.js package manager | https://yarnpkg.com/ |
| docker | Container engine | https://www.docker.com/ |
| kubectl | Kubenetes admin tool | https://kubernetes.io/docs/tasks/tools/ |
| minikube | Basic Kubernetes stack | https://minikube.sigs.k8s.io/docs/ |
| awscli | Command line AWS admin tool | https://aws.amazon.com/it/cli/ |
## Contributors
- [chrvadala](https://github.com/chrvadala) (author)