Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishi0x01/provision
My envs with Vagrant, nix and ansible
https://github.com/fishi0x01/provision
Last synced: about 2 months ago
JSON representation
My envs with Vagrant, nix and ansible
- Host: GitHub
- URL: https://github.com/fishi0x01/provision
- Owner: fishi0x01
- Created: 2018-05-04T12:50:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T10:20:38.000Z (4 months ago)
- Last Synced: 2024-10-11T06:51:35.664Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# provision
Prerequisites:
* `curl`
* `tar`**Unsafe and fast install:**
```
curl https://raw.githubusercontent.com/fishi0x01/provision/master/fetch-and-install.sh | sh
```Adjust .bashrc to properly source `.bash_*` files.
## Delete
```
./scripts/delete/delete-nix.sh
./scripts/delete/delete-dotfiles.sh
```## Secrets
Setup pass and run
```
./scripts/secrets/setup-secrets.sh
```## Ansible
Nix single-user install has limitations. Some stuff should happen through system packages.
```
make ansible-provision
```