Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into migrating-to-zinit
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Nov 5, 2024
2 parents 649c667 + 608fcf4 commit 539b141
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dotfiles/shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ alias ssctl='sudo systemctl'

## Docker related aliases
alias dk='docker'
alias dkc='docker compose'
alias dkc='docker-compose'
30 changes: 20 additions & 10 deletions iterm/com.googlecode.iterm2.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AiMaxTokens</key>
<integer>128000</integer>
<key>AiModel</key>
<string>gpt-4o</string>
<key>AlternateMouseScroll</key>
<true/>
<key>BracketedPasteMode</key>
Expand All @@ -14,10 +10,18 @@
<false/>
<key>Default Bookmark Guid</key>
<string>452B50B6-88DB-4A21-862B-151E319F2089</string>
<key>DimBackgroundWindows</key>
<true/>
<key>DimOnlyText</key>
<false/>
<key>EnableProxyIcon</key>
<false/>
<key>EscapeShellCharsWithBackslash</key>
<false/>
<key>HapticFeedbackForEsc</key>
<false/>
<key>HideTab</key>
<true/>
<key>Hotkey</key>
<false/>
<key>HotkeyChar</key>
Expand Down Expand Up @@ -720,7 +724,7 @@
<key>Non-ASCII Anti Aliased</key>
<true/>
<key>Normal Font</key>
<string>JetBrainsMonoNLNFM-Regular 15</string>
<string>JetBrainsMonoNFM-Regular 15</string>
<key>Open Password Manager Automatically</key>
<true/>
<key>Option Key Sends</key>
Expand Down Expand Up @@ -773,10 +777,6 @@
<real>0.0</real>
<key>Triggers</key>
<array/>
<key>Unicode Normalization</key>
<integer>0</integer>
<key>Unicode Version</key>
<integer>9</integer>
<key>Unlimited Scrollback</key>
<true/>
<key>Use Bold Font</key>
Expand Down Expand Up @@ -1486,7 +1486,7 @@
<key>Non-ASCII Anti Aliased</key>
<true/>
<key>Normal Font</key>
<string>JetBrainsMonoNLNF-Regular 15</string>
<string>JetBrainsMonoNFM-Regular 15</string>
<key>Open Password Manager Automatically</key>
<true/>
<key>Option Key Sends</key>
Expand Down Expand Up @@ -2448,6 +2448,8 @@
<string>kNextWindowPointerAction</string>
</dict>
</dict>
<key>PreserveWindowSizeWhenTabBarVisibilityChanges</key>
<true/>
<key>Print In Black And White</key>
<true/>
<key>PromptOnQuit</key>
Expand All @@ -2462,13 +2464,21 @@
<true/>
<key>SoundForEsc</key>
<false/>
<key>StatusBarPosition</key>
<integer>0</integer>
<key>StretchTabsToFillBar</key>
<true/>
<key>TabStyleWithAutomaticOption</key>
<integer>6</integer>
<key>TabTransform</key>
<integer>0</integer>
<key>URLHandlersByGuid</key>
<dict>
<key>ssh</key>
<string>CF3545AD-DA2C-4933-8241-2EC09851E1CB</string>
</dict>
<key>UseBorder</key>
<false/>
<key>VisualIndicatorForEsc</key>
<false/>
<key>findMode_iTerm</key>
Expand Down

0 comments on commit 539b141

Please sign in to comment.