Skip to content

Commit 49c7458

Browse files
committed
Update zed configs and Brewfile
1 parent 82af466 commit 49c7458

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Brewfile

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
tap "1password/tap"
22
tap "boz/repo"
33
tap "hashicorp/tap"
4+
tap "hcavarsan/kftray"
45
tap "homebrew/bundle"
56
tap "homebrew/services"
67
tap "koekeishiya/formulae"
78
tap "oven-sh/bun"
9+
brew "act"
810
brew "awscli"
911
brew "bat"
1012
brew "btop"
1113
brew "gnutls"
1214
brew "leptonica"
15+
brew "openvino"
1316
brew "tesseract"
1417
brew "ffmpeg"
1518
brew "fnm"
@@ -29,14 +32,17 @@ brew "kubernetes-cli"
2932
brew "kubectx"
3033
brew "mas"
3134
brew "minicom"
35+
brew "mkcert"
3236
brew "mtr"
3337
brew "ncdu"
3438
brew "neofetch"
3539
brew "neovim"
3640
brew "nmap"
41+
brew "nss"
3742
brew "oha"
3843
3944
brew "pinentry-mac"
45+
brew "protobuf"
4046
brew "pssh"
4147
brew "rclone"
4248
brew "ripgrep"
@@ -53,14 +59,16 @@ cask "1password-cli"
5359
cask "kitty"
5460
cask "nrlquaker-winbox"
5561
cask "orbstack"
62+
mas "Flighty", id: 1358823008
5663
mas "Keynote", id: 409183694
5764
mas "LightBlue", id: 557428110
5865
mas "Medis", id: 1579200037
5966
mas "Numbers", id: 409203825
6067
mas "Pages", id: 409201541
6168
mas "Parcel", id: 639968404
69+
mas "Remote Ripple", id: 1253403918
6270
mas "Sleep Control Center", id: 946798523
6371
mas "Speedtest", id: 1153157709
6472
mas "Telegram Lite", id: 946399090
73+
mas "TestFlight", id: 899247664
6574
mas "WireGuard", id: 1451685025
66-
mas "Wondershare PDFelement", id: 1470732135

zed/keymap.json

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"alt-a z": "workspace::ToggleZoom"
88
}
99
},
10+
{
11+
"context": "Workspace",
12+
"bindings": {
13+
"ctrl-p": "file_finder::Toggle"
14+
}
15+
},
1016
{
1117
"context": "Editor && (vim_mode == normal || vim_mode == visual) && !VimWaiting && !menu",
1218
"bindings": {

zed/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"theme": "Modest Dark",
1313
"ui_font_size": 16,
1414
"ui_font_family": "Operator Mono Lig",
15-
"buffer_font_size": 15,
15+
"buffer_font_size": 16,
1616
"buffer_font_family": "Operator Mono Lig",
1717
"cursor_blink": false,
1818
"relative_line_numbers": true,
@@ -30,6 +30,7 @@
3030
"default_width": 770
3131
},
3232
"assistant": {
33+
"version": "1",
3334
"button": false
3435
},
3536
"features": {
@@ -42,6 +43,7 @@
4243
}
4344
}
4445
},
46+
"soft_wrap": "none",
4547
"languages": {
4648
"Rust": {
4749
"tab_size": 2,

0 commit comments

Comments
 (0)