Skip to content

Instantly share code, notes, and snippets.

View YusefAmen's full-sized avatar
🐺
preneur

Jared (Yusef) Arman Amen YusefAmen

🐺
preneur
  • Los Angeles, CA
View GitHub Profile
@YusefAmen
YusefAmen / alacritty.toml
Last active March 21, 2025 02:41
Alacrity Config
# Window Settings
[window]
decorations = "Full"
dynamic_padding = true
padding = { x = 10, y = 10 }
opacity = 0.85
startup_mode = "Maximized"
# Font Settings
[font]
@YusefAmen
YusefAmen / pedantically_commented_playbook.yml
Created August 14, 2018 07:02 — forked from wilsonmar/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.