Last active
November 22, 2025 15:36
-
-
Save dannote/c8ad4f695a7952951e3bf0bebae43174 to your computer and use it in GitHub Desktop.
Resembles macOS stock terminal style and behavior
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
| theme = MacOS Dark | |
| font-size = 12 | |
| font-family = SF Mono | |
| shell-integration = zsh | |
| window-inherit-working-directory = true | |
| window-padding-x = 4 | |
| cursor-style-blink = false | |
| macos-titlebar-style = native | |
| macos-titlebar-proxy-icon = visible | |
| adjust-cell-width = -1 | |
| adjust-cell-height = 1 | |
| font-thicken = true | |
| scrollback-limit = 1000000000 | |
| shell-integration-features = no-cursor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment