Skip to content

Instantly share code, notes, and snippets.

View runely's full-sized avatar
👋

Rune Moskvil Lyngås runely

👋
  • Holmestrand, Norway
View GitHub Profile
@runely
runely / gist:40fddc89e75f0dd82fec60c2924e334c
Last active December 28, 2020 17:24
Invalid ics file
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:testtesttest@gmail.com
X-WR-TIMEZONE:Europe/Oslo
BEGIN:VTIMEZONE
TZID:Europe/Oslo
X-LIC-LOCATION:Europe/Oslo
@runely
runely / My-Theme.zsh-theme
Last active December 2, 2020 12:32
"Oh my zsh" theme
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[green]%}git:(%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%} %{$fg[red]%}x%{$fg[green]%})"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%})"
@runely
runely / MyConfig.conf
Last active December 2, 2020 11:54
Kitty theme
# Theme based on Homebrew.conf
# black
background #000000
# green
foreground #00ff00
# green
cursor #23ff18

Browsers

Utilities

Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"