This file contains 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
# Adjust Rxvt to suit your terminal emulator | |
# Created with | |
# ITERM_COLOR_MULTIPLIER=2.5 ./itermcolors2Xdefaults.rb Jellybeans.itermcolors | |
# https://github.com/richo/jellybeans.vim/blob/c7ff7e9555881a5671fcc8753b381ba142b5ea82/Xdefaults/jellybeans.Xdefaults | |
Rxvt*color0: #393939 | |
Rxvt*color1: #ca674a | |
Rxvt*color2: #96a967 | |
Rxvt*color3: #d3a94a | |
Rxvt*color4: #5778c1 | |
Rxvt*color5: #9c35ac |
This file contains 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
Genesis | |
Exodus | |
Leviticus | |
Numbers | |
Deuteronomy | |
Joshua | |
Judges | |
Ruth | |
1 Samuel | |
2 Samuel |
This file contains 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
#!/usr/bin/env bash | |
# Since I hop between similar ssh hosts, | |
# the colorful border tells me where I've landed. | |
# It's based on hostname lenght and cycles through | |
# the basic 8 ANSI colors, minus the black. | |
# | |
# Usage: | |
# $ mfetch --- full color | |
# $ mfetch plain --- colorless border |