Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@woelfle
woelfle / .gitconfig
Last active April 17, 2021 19:35
Git configuration
[user]
name = Thomas Wölfle
email = woelfle@posteo.de
[color]
ui = true
[core]
editor = vim
excludefiles = ~/.gitignore
@woelfle
woelfle / sql
Created January 31, 2018 09:42
schema
CREATE DATABASE IF NOT EXISTS `foobar`
@woelfle
woelfle / .zshrc
Last active April 20, 2021 12:02
zsh config
EDITOR=code
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# # Initialization code that may require console input (password prompts, [y/n]
# # confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# See https://github.com/romkatv/powerlevel10k for powerlevel10k documentation