Skip to content

Instantly share code, notes, and snippets.

View dwyn's full-sized avatar
🖖
greetings

dwayne. dwyn

🖖
greetings
  • ATX
View GitHub Profile
@dwyn
dwyn / Brewfile
Last active November 8, 2022 03:16
# https://github.com/Homebrew/homebrew-bundle
# https://gist.github.com/ChristopherA/a579274536aab36ea9966f301ff14f3f
tap "homebrew/cask"
tap "buo/cask-upgrade"
tap "homebrew/cask-fonts"
brew "antidote"
brew "ca-certificates"
brew "chezmoi"
@dwyn
dwyn / install.sh
Last active November 8, 2022 03:35
# curl https://gist.github.com/dwyn/58533b79ac4b6891286b1ccc65b62cb3/raw --output install.sh
#!/bin/sh
set -eufo pipefail
echo ""
echo "🤚 This script will setup .dotfiles for you."
# Copy Brewfille
curl https://raw.githubusercontent.com/dwyn/559af8a6cdbec71f1463c0b65b522fba/raw --output Brewfile
@dwyn
dwyn / mysql.database.yml
Created November 11, 2022 10:25 — forked from jwo/mysql.database.yml
Sample config/database.yml from Rails. Postgres, MySQL, and SQLite
#
# Install the MYSQL driver
# gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
# gem 'mysql2'
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development: