Skip to content

Instantly share code, notes, and snippets.

View gilacost's full-sized avatar
🚀

Josep Lluis Giralt D'Lacoste ( Pep ) gilacost

🚀
View GitHub Profile
@gilacost
gilacost / main.tf
Last active November 7, 2022 10:53
######### Terraform file named main.tf ########
provider "digitalocean" {}
module "do-droplet" {
source = "git::git@github.com:gilacost/terraform-modules.git//services/do-droplet?ref=v0.0.1"
droplet_image_slug = "ghost-18-04"
domain_name = "your.domain"
ssh_local_key_path = "~/.ssh/id_rsa.pub"
region = "fra1"
@gilacost
gilacost / kitty.config
Created April 13, 2018 10:22
kitty config with dark gruvox theme
# vim:fileencoding=utf-8:ft=conf
# Fonts {{{
# Font family. You can also specify different fonts for the
# bold/italic/bold-italic variants. By default they are derived automatically,
# by the OSes font system. Setting them manually is useful for font families
# that have many weight variants like Book, Medium, Thick, etc. For example:
# font_family Operator Mono Book
# bold_font Operator Mono Medium
# italic_font Operator Mono Book Italic