Skip to content

Instantly share code, notes, and snippets.

View tim-klug's full-sized avatar

Tim tim-klug

  • Serrala Group GmbH
  • Hamburg
View GitHub Profile
@tim-klug
tim-klug / hyper.js
Created December 5, 2017 16:28
a hyper configuration file.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 13,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',
@tim-klug
tim-klug / .gitignore
Created December 1, 2017 20:37
c# git ignore file
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #