Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremie-chauvel/provision-me
ubuntu provisioning scripts
https://github.com/jeremie-chauvel/provision-me
developer-tools devexp provisioning ubuntu
Last synced: 6 days ago
JSON representation
ubuntu provisioning scripts
- Host: GitHub
- URL: https://github.com/jeremie-chauvel/provision-me
- Owner: Jeremie-Chauvel
- Created: 2022-10-14T21:46:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T09:51:26.000Z (30 days ago)
- Last Synced: 2024-12-12T10:28:46.418Z (30 days ago)
- Topics: developer-tools, devexp, provisioning, ubuntu
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Provisioning Ubuntu
This repository contain a collection fo script to install almost every tools I use.
I use this repo alongside a chezmoi dotfiles repository to provision a new ubuntu installation by simply installing git ([ssh setup](https://docs.github.com/en/authentication/connecting-to-github-with-ssh))and launching the installation script below.
## Disclaimer
Using the global script install a ton of tools, you might want to update the list before launching the installation or pick the tool you want to install. (A TODO on my part is a picker for the installed tools)
**⚠ You should always read a script before executing it on your system and avoid executing random scripts of the internet 😊**.
## Usage
Clone this repository:
```bash
git clone [email protected]:Jeremie-Chauvel/provision-me.git
```then read the disclaimer, once done, run the global install script:
```bash
bash ./install.sh [optional chezmoi dotfiles repository]
```ex:
```bash
bash ./install.sh [email protected]:Jeremie-Chauvel/chezmoi.git
```or run a given script:
```bash
bash ./install/github-cli.sh
```For dotfiles use [chezmoi](https://www.chezmoi.io/)