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
ForegroundColour=255,255,255 | |
BackgroundColour=51,51,51 | |
CursorColour=220,50,47 | |
Black=77,77,77 | |
Green=152,251,152 | |
Yellow=240,230,140 | |
Blue=205,133,63 | |
BoldBlue=135,206,235 | |
Magenta=255,222,173 | |
Cyan=255,160,160 |
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
#include "ergodox_ez.h" | |
#include "debug.h" | |
#include "action_layer.h" | |
#define BASE 0 // default layer | |
#define SYMB 1 // symbols | |
#define PLOV 2 // media keys | |
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |
/* Keymap 0: Basic layer |
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
.Cloze | |
{ | |
BACKGROUND-COLOR: #FFFF00; | |
COLOR: #FF0000; | |
FONT-FAMILY: Liberation Mono; | |
FONT-STYLE: normal; | |
FONT-WEIGHT: bold; | |
FONT-SIZE: 16pt; | |
} | |
.Clozed |
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
;;; init.el -- emacs configuration by @aru | |
;; License: Public Domain | |
;; THIS SOFTWARE IS IN THE PUBLIC DOMAIN | |
;; THIS IS FREE AND UNENCUMBERED SOFTWARE EXPLICITLY AND OVERTLY RELEASED AND | |
;; CONTRIBUTED TO THE PUBLIC DOMAIN, PERMANENTLY, IRREVOCABLY AND UNCONDITIONALLY | |
;; WAIVING ANY AND ALL CLAIM OF COPYRIGHT, IN PERPETUITY ON SEPTEMBER 15, 2020. | |
;; 1. FALLBACK CLAUSES |
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
#!/usr/bin/bash | |
# Download our config files into our home directory | |
cd ~ | |
# .bashrc | |
curl -O https://gist.githubusercontent.com/aru/2bf1d2379420e62103ae9bd5685a9255/raw/bae0c81efa4f1e5a70514d2b876b58d199a436d8/.bashrc | |
# .bash_aliases | |
curl -O https://gist.githubusercontent.com/aru/55563f006213dc48a18a8293f52af8c4/raw/558ce86da23ef6b3b29a958d9ea67fbc236ba14a/.bash_aliases | |
# .dir_colors | |
curl -O https://gist.githubusercontent.com/aru/90bdf70d515fbf8099fe8e53b68a53ed/raw/ad903a0906cab100f5f13dbe78d4c1fa451e9c1e/.dir_colors |
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
# Term Section | |
TERM Eterm | |
TERM eterm-color | |
TERM ansi | |
TERM color-xterm | |
TERM con132x25 | |
TERM con132x30 | |
TERM con132x43 | |
TERM con132x60 | |
TERM con80x25 |