Skip to content

Commit

Permalink
Add iTerm2 quake terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
mishajw committed Mar 11, 2024
1 parent d8f0997 commit 3609eac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
cask "docker"
cask "google-chrome"
cask "iterm2"
cask "monitorcontrol"
cask "obsidian"
cask "signal"
cask "spotify"
cask "steam"
cask "visual-studio-code"
vscode "amodio.tsl-problem-matcher"
vscode "dbaeumer.vscode-eslint"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "ms-python.black-formatter"
Expand Down
5 changes: 3 additions & 2 deletions config/vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"reportUnknownArgumentType": "none",
"reportMissingTypeArgument": "none",
"reportUnknownLambdaType": "none",
"reportUnknownParameterType": "none"
"reportUnknownParameterType": "none",
"reportUntypedFunctionDecorator": "none"
},
"editor.lineNumbers": "relative",
"jupyter.runStartupCommands": [
Expand All @@ -32,7 +33,7 @@
"jupyter.interactiveWindow.creationMode": "perFile",
"window.restoreWindows": "one",
"github.copilot.enable": {
"*": false,
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
Expand Down
1 change: 1 addition & 0 deletions config/yabairc
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ yabai -m config \
left_padding 0 \
right_padding 0 \
window_gap 0
yabai -m rule --add app="iTerm2" manage=off

0 comments on commit 3609eac

Please sign in to comment.