Skip to content

Instantly share code, notes, and snippets.

View tterb's full-sized avatar
Building stuff

Brett Stevenson tterb

Building stuff
View GitHub Profile
@tterb
tterb / .bash_profile
Created March 19, 2019 04:39
Bash aliases and prompt
# ~/.bash_profile
[[ -s ~/.bashrc ]] && source ~/.bashrc
export CLICOLOR=1
export LSCOLORS=gxBxhxDxdxhxhxhxhxcxbx
export TERM=xterm-256color
alias lc='colorls'
alias ls='ls -GFh'
@tterb
tterb / styles.less
Created March 19, 2019 21:02
A styles.less for using a combination of Operator Mono italics and FiraCode ligatures in Atom
atom-text-editor {
font-family: 'Operator Mono', 'FiraCode', monospace !important;
font-size: 13.5px;
font-weight: 500;
font-style: normal;
letter-spacing: 0.0175em;
line-height: 1.6;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
&.editor .syntax--string.syntax--quoted,