Skip to content

Instantly share code, notes, and snippets.

View DinkDonk's full-sized avatar
🎹
Working on a super secret synth project

Rune Warhuus DinkDonk

🎹
Working on a super secret synth project
  • DinkDonk / Elektrofon
  • Ebbesens Gate 6 1636, Gamle Fredrikstad, Norway
View GitHub Profile
@k33bs
k33bs / README.md
Last active August 15, 2026 13:24
Kitty terminal config with session restore (iTerm2-like)

Kitty Terminal Config with Session Restore

Windows, tabs, layouts and working directories saved on quit, restored on startup.

Installation

  1. Copy save-session.py to ~/.config/kitty/
  2. Create empty session file: touch ~/.config/kitty/last-session.conf
  3. Add contents of kitty-config.conf to the END of your ~/.config/kitty/kitty.conf
  4. Restart kitty
@benbahrenburg
benbahrenburg / gist:1129364
Created August 6, 2011 14:15
Tell git to globally ignore .DS_Store
git config --global core.excludesfile ~/.gitignore
echo .DS_Store >> ~/.gitignore