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
scheme: "PinkiePie" | |
author: "Dirk Breuer (http://tfcl.de)" | |
base00: "151515" | |
base01: "202020" | |
base02: "303030" | |
base03: "505050" | |
base04: "b0b0b0" | |
base05: "d0d0d0" | |
base06: "e0e0e0" | |
base07: "f5f5f5" |
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
# Verdienstziele und weitere Parameter | |
# =============================================================================================== | |
Jahr=2012 | |
# Gewerbesteuer berücksichtigen, "ja" oder "nein"? | |
GewerbesteuerEinrechnen = "nein" | |
# Jeweilige Jahresziele sollten in 10 Monaten erreicht werden | |
# ...wegen Weiterbildungen, Urlaub, Krankheit, Open Source Contribution | |
# MaxStd entspricht dabei dann 100% Auslastung |
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/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |