This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! █▓▒░ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # NAME | |
| # | |
| # docker-mysql-import | |
| # | |
| # DESCRIPTION | |
| # | |
| # Helper for importing SQL dumps into mysql server running in Docker containers. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # NAME | |
| # | |
| # aws-mysql-import | |
| # | |
| # DESCRIPTION | |
| # | |
| # Helper for importing SQL dumps into mysql server running in AWS. | |
| # |
OlderNewer