Skip to content

jedr/provision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provision

Provisioning scripts and tools.

Provision an Ubuntu machine

Basic stuff (install updates, change shell to zsh, install Midnight Commander etc.)

curl -s https://raw.githubusercontent.com/jedr/provision/main/ubuntu/base.sh | bash

For development (git, VS Code, Docker etc.):

curl -s https://raw.githubusercontent.com/jedr/provision/main/ubuntu/dev.sh | bash

Creating a new jedr Vagrant machine

Run:

./macos/create-vagrant-jedr.sh ~/jedr

The parameter is the path where you want the Vagrantfile to be put.

The script takes the Vagrantfile from ./vagrant/Vagrantfile, modifies a few things and creates the machine.

About

Provisioning scripts and tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published