Skip to content

Instantly share code, notes, and snippets.

View mortenskoett's full-sized avatar

Morten Skøtt mortenskoett

View GitHub Profile
@mortenskoett
mortenskoett / bspwmrc
Created April 16, 2020 22:17 — forked from jinyeow/bspwmrc
Config files related to bspwm and panel (lemonbar)
#!/bin/zsh
ws1= # main
ws2= # web
ws3= # mail
ws4= # code
ws5= # math [infinity]  (term icon)
ws6= # media
ws7= # misc  (9 squares icon)
ws8= # notes/docs  (pdf icon)
@mortenskoett
mortenskoett / .bashrc
Created April 16, 2020 16:25 — forked from susanBuck/.bash_profile
.bashrc template
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# ------------------------------------
# ALIASES
# ------------------------------------
# Edit .bashrc
alias bashedit='sudo open -a TextEdit ~/.bashrc'