Skip to content

Instantly share code, notes, and snippets.

View jraczynski's full-sized avatar

Jakub Raczyński jraczynski

View GitHub Profile
@AndrewKvalheim
AndrewKvalheim / monokai.sh
Created August 31, 2012 20:22
Monokai color scheme for mintty
#!/bin/bash
# Applies the Monokai color scheme to the current terminal session.
declare -A map0
map0=( [foreground ]='#F8F8F2' [background ]='#272822'
[cursor ]='#F8F8F0' [selection ]='#49483E'
[pink ]='#F92672' [green ]='#A6E22E'
[yellow ]='#E6DB74' [blue ]='#66D9EF'
[purple ]='#AE81FF' [orange ]='#FD971F'
[gray ]='#75715E' )
@MarkBennett
MarkBennett / installing-ruby-2.5.1-on-m1.md
Last active October 24, 2024 17:25
Installing Ruby 2.5 on Mac M1