Skip to content

Instantly share code, notes, and snippets.

View alessandrojcm's full-sized avatar
🏠
Working from home

Alessandro Cuppari alessandrojcm

🏠
Working from home
View GitHub Profile
@alessandrojcm
alessandrojcm / Vagrantfile
Created August 15, 2018 00:50
Vagrantfile with Arch Linux, Postgre SQL and Python with Poetry dependency magement
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Postgres config based on Davis Ford's config: https://gist.github.com/davisford/8000332
$script = <<SCRIPT
#!/usr/bin/env bash
# Update package list
echo "Updating packages list"