mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 20:47:10 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
415d7d9026 | ||
|
|
6734d3c1ab | ||
|
|
b20d08aa69 | ||
|
|
e4da7534f8 | ||
| b39f7ec598 | |||
|
|
0f8c1ef457 | ||
|
|
4b31ad9a7b | ||
| 4d60d15831 | |||
|
|
90125c7278 | ||
| 0035575f8b | |||
|
|
865c0aa33b | ||
|
|
5fe7bc3527 | ||
| 0d1b35ef09 | |||
|
|
bee0340493 | ||
| fbdc9c741a | |||
| 0ac0d05db6 | |||
| 1c432da880 | |||
|
|
7e0cc9ec43 |
@@ -1 +1 @@
|
|||||||
3
|
3.11
|
||||||
|
|||||||
46
Brewfile
46
Brewfile
@@ -6,9 +6,7 @@ tap "gesquive/tap"
|
|||||||
tap "github/gh"
|
tap "github/gh"
|
||||||
tap "homebrew/autoupdate"
|
tap "homebrew/autoupdate"
|
||||||
tap "homebrew/bundle"
|
tap "homebrew/bundle"
|
||||||
tap "homebrew/cask"
|
|
||||||
tap "homebrew/cask-fonts"
|
tap "homebrew/cask-fonts"
|
||||||
tap "homebrew/core"
|
|
||||||
tap "homebrew/services"
|
tap "homebrew/services"
|
||||||
tap "jesseduffield/lazygit"
|
tap "jesseduffield/lazygit"
|
||||||
tap "mongodb/brew"
|
tap "mongodb/brew"
|
||||||
@@ -16,7 +14,7 @@ tap "shivammathur/extensions"
|
|||||||
tap "shivammathur/php"
|
tap "shivammathur/php"
|
||||||
tap "teamookla/speedtest"
|
tap "teamookla/speedtest"
|
||||||
tap "xwmx/taps"
|
tap "xwmx/taps"
|
||||||
# Run your GitHub Actions locally 🚀
|
# Run your GitHub Actions locally
|
||||||
brew "act"
|
brew "act"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
# Interpreted, interactive, object-oriented programming language
|
||||||
brew "python@3.11"
|
brew "python@3.11"
|
||||||
@@ -31,15 +29,13 @@ brew "arkade"
|
|||||||
# Automatic configure script builder
|
# Automatic configure script builder
|
||||||
brew "autoconf"
|
brew "autoconf"
|
||||||
# GNU File, Shell, and Text utilities
|
# GNU File, Shell, and Text utilities
|
||||||
brew "coreutils"
|
brew "coreutils", link: false
|
||||||
# Extendable version manager with support for Ruby, Node.js, Erlang & more
|
# Extendable version manager with support for Ruby, Node.js, Erlang & more
|
||||||
brew "asdf"
|
brew "asdf"
|
||||||
# Spell checker with better logic than ispell
|
# Spell checker with better logic than ispell
|
||||||
brew "aspell"
|
brew "aspell"
|
||||||
# Official Amazon AWS command-line interface
|
# Official Amazon AWS command-line interface
|
||||||
brew "awscli"
|
brew "awscli"
|
||||||
# Terminal bandwidth utilization tool
|
|
||||||
brew "bandwhich"
|
|
||||||
# Clone of cat(1) with syntax highlighting and Git integration
|
# Clone of cat(1) with syntax highlighting and Git integration
|
||||||
brew "bat"
|
brew "bat"
|
||||||
# Yet another cross-platform graphical process/system monitor
|
# Yet another cross-platform graphical process/system monitor
|
||||||
@@ -74,10 +70,14 @@ brew "dotenv-linter"
|
|||||||
brew "editorconfig-checker"
|
brew "editorconfig-checker"
|
||||||
# Useful examples at the command-line
|
# Useful examples at the command-line
|
||||||
brew "eg-examples"
|
brew "eg-examples"
|
||||||
|
# C/C++ and Java libraries for Unicode and globalization
|
||||||
|
brew "icu4c"
|
||||||
|
# OpenType text shaping engine
|
||||||
|
brew "harfbuzz"
|
||||||
|
# Development kit for the Java programming language
|
||||||
|
brew "openjdk"
|
||||||
# Run arbitrary commands when files change
|
# Run arbitrary commands when files change
|
||||||
brew "entr"
|
brew "entr"
|
||||||
# CLI for templating and/or deploying FaaS functions
|
|
||||||
brew "faas-cli"
|
|
||||||
# Simple, fast and user-friendly alternative to find
|
# Simple, fast and user-friendly alternative to find
|
||||||
brew "fd"
|
brew "fd"
|
||||||
# Banner-like program prints strings as ASCII art
|
# Banner-like program prints strings as ASCII art
|
||||||
@@ -91,15 +91,13 @@ brew "fzf"
|
|||||||
# Graphics library to dynamically manipulate images
|
# Graphics library to dynamically manipulate images
|
||||||
brew "gd"
|
brew "gd"
|
||||||
# Disk usage analyzer with console interface written in Go
|
# Disk usage analyzer with console interface written in Go
|
||||||
brew "gdu", link: false
|
brew "gdu"
|
||||||
# GitHub command-line tool
|
# GitHub command-line tool
|
||||||
brew "gh"
|
brew "gh"
|
||||||
# Distributed revision control system
|
# Distributed revision control system
|
||||||
brew "git"
|
brew "git"
|
||||||
# Small git utilities
|
# Small git utilities
|
||||||
brew "git-extras"
|
brew "git-extras"
|
||||||
# AVH edition of git-flow
|
|
||||||
brew "git-flow-avh"
|
|
||||||
# See your latest local git branches, formatted real fancy
|
# See your latest local git branches, formatted real fancy
|
||||||
brew "git-recent"
|
brew "git-recent"
|
||||||
# Open-source GitLab command-line tool
|
# Open-source GitLab command-line tool
|
||||||
@@ -118,10 +116,6 @@ brew "gnupg"
|
|||||||
brew "go"
|
brew "go"
|
||||||
# Image manipulation
|
# Image manipulation
|
||||||
brew "netpbm"
|
brew "netpbm"
|
||||||
# C/C++ and Java libraries for Unicode and globalization
|
|
||||||
brew "icu4c"
|
|
||||||
# OpenType text shaping engine
|
|
||||||
brew "harfbuzz"
|
|
||||||
# Framework for layout and rendering of i18n text
|
# Framework for layout and rendering of i18n text
|
||||||
brew "pango"
|
brew "pango"
|
||||||
# Library to render SVG files using Cairo
|
# Library to render SVG files using Cairo
|
||||||
@@ -160,12 +154,8 @@ brew "luarocks"
|
|||||||
brew "m-cli"
|
brew "m-cli"
|
||||||
# Mac App Store command-line interface
|
# Mac App Store command-line interface
|
||||||
brew "mas"
|
brew "mas"
|
||||||
# Terminal-based visual file manager
|
|
||||||
brew "midnight-commander"
|
|
||||||
# Ambitious Vim-fork focused on extensibility and agility
|
# Ambitious Vim-fork focused on extensibility and agility
|
||||||
brew "neovim"
|
brew "neovim"
|
||||||
# No Nonsense Neovim Client in Rust
|
|
||||||
brew "neovide", link: false
|
|
||||||
# HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
|
# HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
|
||||||
brew "nginx"
|
brew "nginx"
|
||||||
# Port scanning utility for large networks
|
# Port scanning utility for large networks
|
||||||
@@ -200,6 +190,8 @@ brew "rcm"
|
|||||||
brew "ripgrep"
|
brew "ripgrep"
|
||||||
# Powerful, clean, object-oriented scripting language
|
# Powerful, clean, object-oriented scripting language
|
||||||
brew "ruby"
|
brew "ruby"
|
||||||
|
# Safe, concurrent, practical language
|
||||||
|
brew "rust"
|
||||||
# Static analysis and lint tool, for (ba)sh scripts
|
# Static analysis and lint tool, for (ba)sh scripts
|
||||||
brew "shellcheck"
|
brew "shellcheck"
|
||||||
# Autoformat shell script source code
|
# Autoformat shell script source code
|
||||||
@@ -208,14 +200,8 @@ brew "shfmt"
|
|||||||
brew "starship"
|
brew "starship"
|
||||||
# Version control system designed to be a better CVS
|
# Version control system designed to be a better CVS
|
||||||
brew "subversion"
|
brew "subversion"
|
||||||
# Feature-rich console based todo list manager
|
|
||||||
brew "task"
|
|
||||||
# Terminal user interface for taskwarrior
|
|
||||||
brew "taskwarrior-tui"
|
|
||||||
# Send macOS User Notifications from the command-line
|
# Send macOS User Notifications from the command-line
|
||||||
brew "terminal-notifier", link: false
|
brew "terminal-notifier"
|
||||||
# Tool to build, change, and version infrastructure
|
|
||||||
brew "terraform", link: false
|
|
||||||
# Thin wrapper for Terraform e.g. for locking state
|
# Thin wrapper for Terraform e.g. for locking state
|
||||||
brew "terragrunt"
|
brew "terragrunt"
|
||||||
# Tool which checks for the support of TLS/SSL ciphers and flaws
|
# Tool which checks for the support of TLS/SSL ciphers and flaws
|
||||||
@@ -368,17 +354,15 @@ cask "vlc"
|
|||||||
cask "voikkospellservice"
|
cask "voikkospellservice"
|
||||||
# Rust-based terminal
|
# Rust-based terminal
|
||||||
cask "warp"
|
cask "warp"
|
||||||
# Mastodon, Pleroma, and Misskey client
|
|
||||||
cask "whalebird"
|
|
||||||
# View output from scripts in the menu bar
|
|
||||||
cask "xbar"
|
|
||||||
mas "1Password for Safari", id: 1569813296
|
mas "1Password for Safari", id: 1569813296
|
||||||
|
mas "Actions", id: 1586435171
|
||||||
mas "Audiobook Builder", id: 1437681957
|
mas "Audiobook Builder", id: 1437681957
|
||||||
mas "Flow", id: 1423210932
|
mas "Ivory", id: 6444602274
|
||||||
mas "Keynote", id: 409183694
|
mas "Keynote", id: 409183694
|
||||||
mas "Numbers", id: 409203825
|
mas "Numbers", id: 409203825
|
||||||
mas "Pages", id: 409201541
|
mas "Pages", id: 409201541
|
||||||
mas "Tailscale", id: 1475387142
|
mas "Tailscale", id: 1475387142
|
||||||
|
mas "Xcode", id: 497799835
|
||||||
vscode "akamud.vscode-theme-onelight"
|
vscode "akamud.vscode-theme-onelight"
|
||||||
vscode "amiralizadeh9480.laravel-extra-intellisense"
|
vscode "amiralizadeh9480.laravel-extra-intellisense"
|
||||||
vscode "andrewleedham.vscode-css-modules"
|
vscode "andrewleedham.vscode-css-modules"
|
||||||
|
|||||||
@@ -47,9 +47,13 @@ return {
|
|||||||
hide_dotfiles = false,
|
hide_dotfiles = false,
|
||||||
hide_gitignored = false,
|
hide_gitignored = false,
|
||||||
hide_by_name = {
|
hide_by_name = {
|
||||||
|
'.idea',
|
||||||
|
'.DS_Store'
|
||||||
},
|
},
|
||||||
never_show = {
|
never_show = {
|
||||||
'.git',
|
'.git',
|
||||||
|
'.idea',
|
||||||
|
'.mypy_cache',
|
||||||
'.DS_Store',
|
'.DS_Store',
|
||||||
'thumbs.db'
|
'thumbs.db'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
branchbydate = for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)'
|
branchbydate = for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)'
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
nah = !git reset --hard && git clean -df
|
nah = !git reset --hard && git clean -df
|
||||||
reset-origin = !git fetch origin && git reset --hard origin/master && git clean -f -d
|
reset-origin = !git fetch origin && git reset --hard origin/master && git clean -f -d
|
||||||
reset-upstream = !git fetch upstream && git reset --hard upstream/master && git clean -f -d
|
reset-upstream = !git fetch upstream && git reset --hard upstream/master && git clean -f -d
|
||||||
|
recent = "!r() { count=$1; git for-each-ref --sort=-committerdate refs/heads --format='%(HEAD)%(color:yellow)%(refname:short)|%(color:bold green)%(committerdate:relative)|%(color:blue)%(subject)|%(color:magenta)%(authorname)%(color:reset)' --color=always --count=${count:=10} | column -ts'|';}; r"
|
||||||
rl = reflog --format='%C(auto)%h %<|(20)%gd %C(blue)%cr%C(reset) %gs (%s)'
|
rl = reflog --format='%C(auto)%h %<|(20)%gd %C(blue)%cr%C(reset) %gs (%s)'
|
||||||
tagdate = log --date-order --graph --tags --simplify-by-decoration --pretty=format:\"%ai %h %d\"
|
tagdate = log --date-order --graph --tags --simplify-by-decoration --pretty=format:\"%ai %h %d\"
|
||||||
undo-commit = reset HEAD~ --soft
|
undo-commit = reset HEAD~ --soft
|
||||||
@@ -59,4 +60,5 @@
|
|||||||
|
|
||||||
# dotfiles special config
|
# dotfiles special config
|
||||||
[includeIf "hasconfig:remote.*.url:https://github.com/ivuorinen/dotfiles.git"]
|
[includeIf "hasconfig:remote.*.url:https://github.com/ivuorinen/dotfiles.git"]
|
||||||
path = ~/.dotfiles/config/git/special/dotfiles ;
|
path = ~/.dotfiles/config/git/special/dotfiles ;
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,8 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>AboutToPasteTabsWithCancel</key>
|
|
||||||
<true/>
|
|
||||||
<key>AboutToPasteTabsWithCancel_selection</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
<key>AllowClipboardAccess</key>
|
<key>AllowClipboardAccess</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>AlternateMouseScroll</key>
|
|
||||||
<true/>
|
|
||||||
<key>AutoHideTmuxClientSession</key>
|
<key>AutoHideTmuxClientSession</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Custom Color Presets</key>
|
<key>Custom Color Presets</key>
|
||||||
@@ -344,7 +338,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Default Bookmark Guid</key>
|
<key>Default Bookmark Guid</key>
|
||||||
<string>82636119-EA17-4A26-9AA7-408172F4A9C8</string>
|
<string>B563F48B-314D-48CC-908E-ACA971D430BE</string>
|
||||||
<key>DimBackgroundWindows</key>
|
<key>DimBackgroundWindows</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>DimOnlyText</key>
|
<key>DimOnlyText</key>
|
||||||
@@ -353,16 +347,14 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>HapticFeedbackForEsc</key>
|
<key>HapticFeedbackForEsc</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>HideScrollbar</key>
|
||||||
|
<true/>
|
||||||
<key>HotkeyMigratedFromSingleToMulti</key>
|
<key>HotkeyMigratedFromSingleToMulti</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>IRMemory</key>
|
<key>IRMemory</key>
|
||||||
<integer>4</integer>
|
<integer>4</integer>
|
||||||
<key>MaxVertically</key>
|
<key>MaxVertically</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NeverWarnAboutShortLivedSessions_82636119-EA17-4A26-9AA7-408172F4A9C8</key>
|
|
||||||
<true/>
|
|
||||||
<key>NeverWarnAboutShortLivedSessions_82636119-EA17-4A26-9AA7-408172F4A9C8_selection</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
<key>New Bookmarks</key>
|
<key>New Bookmarks</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -370,6 +362,8 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>ASCII Ligatures</key>
|
<key>ASCII Ligatures</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>Allow Title Reporting</key>
|
||||||
|
<true/>
|
||||||
<key>Ambiguous Double Width</key>
|
<key>Ambiguous Double Width</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>Ansi 0 Color</key>
|
<key>Ansi 0 Color</key>
|
||||||
@@ -610,26 +604,12 @@
|
|||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Badge Font</key>
|
|
||||||
<string>JetBrainsMonoNerdFontCompleteM-Bold</string>
|
|
||||||
<key>Badge Max Height</key>
|
|
||||||
<real>0.10000000000000001</real>
|
|
||||||
<key>Badge Max Width</key>
|
|
||||||
<real>0.45000000000000001</real>
|
|
||||||
<key>Badge Right Margin</key>
|
|
||||||
<real>10</real>
|
|
||||||
<key>Badge Text</key>
|
|
||||||
<string></string>
|
|
||||||
<key>Badge Top Margin</key>
|
|
||||||
<real>10</real>
|
|
||||||
<key>Blend</key>
|
|
||||||
<real>0.24709154211956524</real>
|
|
||||||
<key>Blinking Cursor</key>
|
<key>Blinking Cursor</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>Blur</key>
|
<key>Blur</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Blur Radius</key>
|
<key>Blur Radius</key>
|
||||||
<real>9.5927277260638313</real>
|
<real>10</real>
|
||||||
<key>Bold Color</key>
|
<key>Bold Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
@@ -648,11 +628,9 @@
|
|||||||
<key>Close Sessions On End</key>
|
<key>Close Sessions On End</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Columns</key>
|
<key>Columns</key>
|
||||||
<integer>120</integer>
|
<integer>130</integer>
|
||||||
<key>Command</key>
|
<key>Command</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>Cursor Boost</key>
|
|
||||||
<real>0.0</real>
|
|
||||||
<key>Cursor Color</key>
|
<key>Cursor Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
@@ -720,11 +698,9 @@
|
|||||||
<real>0.80392156862745101</real>
|
<real>0.80392156862745101</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Guid</key>
|
<key>Guid</key>
|
||||||
<string>82636119-EA17-4A26-9AA7-408172F4A9C8</string>
|
<string>B563F48B-314D-48CC-908E-ACA971D430BE</string>
|
||||||
<key>Horizontal Spacing</key>
|
<key>Horizontal Spacing</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Icon</key>
|
|
||||||
<integer>1</integer>
|
|
||||||
<key>Idle Code</key>
|
<key>Idle Code</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>Jobs to Ignore</key>
|
<key>Jobs to Ignore</key>
|
||||||
@@ -1030,8 +1006,6 @@
|
|||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.53725490196078429</real>
|
<real>0.53725490196078429</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Minimum Contrast</key>
|
|
||||||
<real>0.14973958333333334</real>
|
|
||||||
<key>Mouse Reporting</key>
|
<key>Mouse Reporting</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Name</key>
|
<key>Name</key>
|
||||||
@@ -1057,7 +1031,7 @@
|
|||||||
<key>Rows</key>
|
<key>Rows</key>
|
||||||
<integer>25</integer>
|
<integer>25</integer>
|
||||||
<key>Screen</key>
|
<key>Screen</key>
|
||||||
<integer>-2</integer>
|
<integer>-1</integer>
|
||||||
<key>Scrollback Lines</key>
|
<key>Scrollback Lines</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>Selected Text Color</key>
|
<key>Selected Text Color</key>
|
||||||
@@ -1088,17 +1062,13 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>Send Code When Idle</key>
|
<key>Send Code When Idle</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>Set Local Environment Vars</key>
|
|
||||||
<true/>
|
|
||||||
<key>Shortcut</key>
|
<key>Shortcut</key>
|
||||||
<string>T</string>
|
<string></string>
|
||||||
<key>Show Status Bar</key>
|
<key>Show Status Bar</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Show Timestamps</key>
|
<key>Show Timestamps</key>
|
||||||
<integer>2</integer>
|
<integer>2</integer>
|
||||||
<key>Silence Bell</key>
|
<key>Silence Bell</key>
|
||||||
<false/>
|
|
||||||
<key>Smart Cursor Color</key>
|
|
||||||
<true/>
|
<true/>
|
||||||
<key>Status Bar Layout</key>
|
<key>Status Bar Layout</key>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -1107,17 +1077,17 @@
|
|||||||
<key>algorithm</key>
|
<key>algorithm</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>auto-rainbow style</key>
|
<key>auto-rainbow style</key>
|
||||||
<integer>3</integer>
|
<integer>0</integer>
|
||||||
<key>font</key>
|
<key>font</key>
|
||||||
<string>.AppleSystemUIFont 12</string>
|
<string>.AppleSystemUIFont 12</string>
|
||||||
<key>remove empty components</key>
|
<key>remove empty components</key>
|
||||||
<false/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
<key>components</key>
|
<key>components</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>class</key>
|
<key>class</key>
|
||||||
<string>iTermStatusBarJobComponent</string>
|
<string>iTermStatusBarClockComponent</string>
|
||||||
<key>configuration</key>
|
<key>configuration</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>knobs</key>
|
<key>knobs</key>
|
||||||
@@ -1126,22 +1096,55 @@
|
|||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
<key>base: priority</key>
|
<key>base: priority</key>
|
||||||
<real>5</real>
|
<real>5</real>
|
||||||
|
<key>format</key>
|
||||||
|
<string>YYYY-MM-dd HH:mm</string>
|
||||||
|
<key>localize</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>maxwidth</key>
|
||||||
|
<real>150</real>
|
||||||
|
<key>minwidth</key>
|
||||||
|
<real>150</real>
|
||||||
|
</dict>
|
||||||
|
<key>layout advanced configuration dictionary value</key>
|
||||||
|
<dict>
|
||||||
|
<key>algorithm</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>auto-rainbow style</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>remove empty components</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>class</key>
|
||||||
|
<string>iTermStatusBarHostnameComponent</string>
|
||||||
|
<key>configuration</key>
|
||||||
|
<dict>
|
||||||
|
<key>knobs</key>
|
||||||
|
<dict>
|
||||||
|
<key>abbreviate-localhost</key>
|
||||||
|
<string></string>
|
||||||
|
<key>base: compression resistance</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>base: priority</key>
|
||||||
|
<real>5</real>
|
||||||
<key>maxwidth</key>
|
<key>maxwidth</key>
|
||||||
<real>+infinity</real>
|
<real>+infinity</real>
|
||||||
<key>minwidth</key>
|
<key>minwidth</key>
|
||||||
<integer>0</integer>
|
<string>0</string>
|
||||||
<key>shared text color</key>
|
<key>shared text color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.63</real>
|
<real>0.43218994140625</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>sRGB</string>
|
<string>sRGB</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.63</real>
|
<real>0.34513998031616211</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.90000000000000002</real>
|
<real>0.0</real>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>layout advanced configuration dictionary value</key>
|
<key>layout advanced configuration dictionary value</key>
|
||||||
@@ -1149,10 +1152,66 @@
|
|||||||
<key>algorithm</key>
|
<key>algorithm</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>auto-rainbow style</key>
|
<key>auto-rainbow style</key>
|
||||||
<integer>3</integer>
|
<integer>0</integer>
|
||||||
<key>font</key>
|
<key>font</key>
|
||||||
<string>.AppleSystemUIFont 12</string>
|
<string>.AppleSystemUIFont 12</string>
|
||||||
<key>remove empty components</key>
|
<key>remove empty components</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>class</key>
|
||||||
|
<string>iTermStatusBarSpringComponent</string>
|
||||||
|
<key>configuration</key>
|
||||||
|
<dict>
|
||||||
|
<key>knobs</key>
|
||||||
|
<dict>
|
||||||
|
<key>base: compression resistance</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>base: priority</key>
|
||||||
|
<real>5</real>
|
||||||
|
<key>iTermStatusBarSpringComponentSizeMultipleKey</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>iTermStatusBarSpringComponentSpringConstantKey</key>
|
||||||
|
<real>0.01</real>
|
||||||
|
</dict>
|
||||||
|
<key>layout advanced configuration dictionary value</key>
|
||||||
|
<dict>
|
||||||
|
<key>algorithm</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>auto-rainbow style</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>font</key>
|
||||||
|
<string>.AppleSystemUIFont 12</string>
|
||||||
|
<key>remove empty components</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>class</key>
|
||||||
|
<string>iTermStatusBarSpringComponent</string>
|
||||||
|
<key>configuration</key>
|
||||||
|
<dict>
|
||||||
|
<key>knobs</key>
|
||||||
|
<dict>
|
||||||
|
<key>base: compression resistance</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>base: priority</key>
|
||||||
|
<real>5</real>
|
||||||
|
<key>iTermStatusBarSpringComponentSizeMultipleKey</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>iTermStatusBarSpringComponentSpringConstantKey</key>
|
||||||
|
<real>0.01</real>
|
||||||
|
</dict>
|
||||||
|
<key>layout advanced configuration dictionary value</key>
|
||||||
|
<dict>
|
||||||
|
<key>algorithm</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>auto-rainbow style</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>remove empty components</key>
|
||||||
<false/>
|
<false/>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
@@ -1165,18 +1224,14 @@
|
|||||||
<array/>
|
<array/>
|
||||||
<key>Terminal Type</key>
|
<key>Terminal Type</key>
|
||||||
<string>xterm-256color</string>
|
<string>xterm-256color</string>
|
||||||
<key>Title Components</key>
|
|
||||||
<integer>512</integer>
|
|
||||||
<key>Transparency</key>
|
<key>Transparency</key>
|
||||||
<real>0.10293218085106381</real>
|
<real>0.20000000000000004</real>
|
||||||
<key>Unlimited Scrollback</key>
|
<key>Unlimited Scrollback</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Bold Font</key>
|
<key>Use Bold Font</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Bright Bold</key>
|
<key>Use Bright Bold</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Cursor Guide</key>
|
|
||||||
<false/>
|
|
||||||
<key>Use Italic Font</key>
|
<key>Use Italic Font</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Non-ASCII Font</key>
|
<key>Use Non-ASCII Font</key>
|
||||||
@@ -1191,12 +1246,6 @@
|
|||||||
<string>/Users/ivuorinen/Code</string>
|
<string>/Users/ivuorinen/Code</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>OpenArrangementAtStartup</key>
|
|
||||||
<false/>
|
|
||||||
<key>OpenNoWindowsAtStartup</key>
|
|
||||||
<false/>
|
|
||||||
<key>OpenTmuxWindowsIn</key>
|
|
||||||
<integer>1</integer>
|
|
||||||
<key>PointerActions</key>
|
<key>PointerActions</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Button,1,1,,</key>
|
<key>Button,1,1,,</key>
|
||||||
@@ -1230,16 +1279,24 @@
|
|||||||
<string>kNextWindowPointerAction</string>
|
<string>kNextWindowPointerAction</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>PreserveWindowSizeWhenTabBarVisibilityChanges</key>
|
||||||
|
<true/>
|
||||||
|
<key>Print In Black And White</key>
|
||||||
|
<true/>
|
||||||
<key>PromptOnQuit</key>
|
<key>PromptOnQuit</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>SeparateStatusBarsPerPane</key>
|
||||||
|
<false/>
|
||||||
<key>SmartPlacement</key>
|
<key>SmartPlacement</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>SoundForEsc</key>
|
<key>SoundForEsc</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>SplitPaneDimmingAmount</key>
|
<key>StatusBarPosition</key>
|
||||||
<real>0.59999999999999998</real>
|
<integer>0</integer>
|
||||||
<key>TabStyleWithAutomaticOption</key>
|
<key>TabStyleWithAutomaticOption</key>
|
||||||
<integer>5</integer>
|
<integer>5</integer>
|
||||||
|
<key>ThreeFingerEmulates</key>
|
||||||
|
<true/>
|
||||||
<key>TmuxUnpauseAutomatically</key>
|
<key>TmuxUnpauseAutomatically</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>VisualIndicatorForEsc</key>
|
<key>VisualIndicatorForEsc</key>
|
||||||
|
|||||||
Submodule config/nvim updated: 5de814bdf4...d47914f112
Reference in New Issue
Block a user