Skip to content

Commit

Permalink
feat: add lazygit settings (#99)
Browse files Browse the repository at this point in the history
* change lazygit settings

* update Brewfile
  • Loading branch information
murn0 committed Aug 4, 2023
1 parent f8d058a commit 14a0bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .config/lazygit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ gui:
showIcons: true

os:
editPreset: 'vscode'
editPreset: 'vscode'

promptToReturnFromSubprocess: false # サブプロセスの終了時に確認画面を表示しない
3 changes: 0 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ mas "Microsoft Remote Desktop", id: 1295203466
mas "Tailscale", id: 1475387142
mas "Unsplash Wallpapers", id: 1284863847
mas "Xcode", id: 497799835
vscode "adam-bender.commit-message-editor"
vscode "artdiniz.quitcontrol-vscode"
vscode "bmalehorn.vscode-fish"
vscode "christian-kohler.path-intellisense"
Expand All @@ -101,7 +100,6 @@ vscode "mhutchie.git-graph"
vscode "mikestead.dotenv"
vscode "mosapride.zenkaku"
vscode "ms-azuretools.vscode-docker"
vscode "MS-CEINTL.vscode-language-pack-ja"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode-remote.remote-ssh"
vscode "ms-vscode-remote.remote-ssh-edit"
Expand All @@ -118,6 +116,5 @@ vscode "satokaz.vscode-bs-ctrlchar-remover"
vscode "streetsidesoftware.code-spell-checker"
vscode "Tailscale.vscode-tailscale"
vscode "tamasfe.even-better-toml"
vscode "tranhl.find-then-jump"
vscode "wayou.vscode-todo-highlight"
vscode "wix.vscode-import-cost"

0 comments on commit 14a0bc0

Please sign in to comment.