Skip to content

Instantly share code, notes, and snippets.

! █▓▒░ mikado colors
urxvt*foreground: #f3f3f3
urxvt*background: #121212
urxvt*cursorColor: #f3f3f3
urxvt*color0: #322a2c
urxvt*color8: #46423b
urxvt*color1: #a04363
urxvt*color9: #ae837a
urxvt*color2: #9b9329
urxvt*color10: #b4aa30
@windelicato
windelicato / docker-mysql-import
Last active February 27, 2020 20:19
Helper for importing SQL dumps into mysql server running in Docker containers
#!/bin/bash
# NAME
#
# docker-mysql-import
#
# DESCRIPTION
#
# Helper for importing SQL dumps into mysql server running in Docker containers.
#
@windelicato
windelicato / aws-mysql-import.sh
Last active May 30, 2024 18:50
Helper for importing sql dumps into RDS database over SSO connection
#!/bin/bash
# NAME
#
# aws-mysql-import
#
# DESCRIPTION
#
# Helper for importing SQL dumps into mysql server running in AWS.
#