日本語が表示されないってとき(なんか不具合あったとき)
ソースから go install ./ すると解決することもある
すでに対応済みだけど aptとかの v0.40.2 Latest(Aug 07,2023) には無い状態なら(カナリア的な
ただパッケージマネージャーの管理から外れるってことを忘れてもいっか(不満無いってことだし
(ただこれ2回目なんでcjkはテストに含まれてなさそうで悲しみ)
多分ここらのやり取りで解決してくれてる
why Chinese cannot be displayed? · Issue 2741 · jesseduffieldlazygit
Lazygit キーバインド
https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Keybindings_ja.md
This file is auto-generated. To update, make the changes in the pkg/i18n directory and then run go run scripts/cheatsheet/main.go generate from the project root.
コンフィグ
%APPDATA%\lazygit\config.yml
詳しくはdotsのhome_settingに branchLogCmd, allBranchesLogCmd, の git log:pretty=format ぐらい 困ったら ? を
# https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
# https://git-scm.com/docs/git-log
install arm64
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | \grep -Po '"tag_name": *"v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/download/v${LAZYGIT_VERSION}/lazygit_${LAZYGIT_VERSION}_Linux_arm64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit -D -t /usr/local/bin/