Commit 7d7b673 1 parent c04c393 commit 7d7b673 Copy full SHA for 7d7b673
File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 28
28
duster = "remote update origin --prune" ;
29
29
refresh = "!git switch-default && git pull --prune \" $(git upstream)\" \" $(git current)\" " ;
30
30
all = "!git refresh && git-delete-merged-branches" ;
31
- gui = "!lazygit" ;
32
31
# Do not add `--graph`, it makes too slow in large repository as NixOS/nixpkgs
33
32
pp = "log --pretty=format:'%Cgreen%cd %Cblue%h %Creset%s' --date=short --decorate --tags HEAD" ;
34
33
} ;
186
185
] ;
187
186
} ;
188
187
} ;
189
-
190
- # https://github.com/nix-community/home-manager/blob/release-23.11/modules/programs/lazygit.nix
191
- programs . lazygit = {
192
- enable = true ;
193
-
194
- # https://dev.classmethod.jp/articles/eetann-lazygit-config-new-option/
195
- settings = {
196
- gui = {
197
- language = "ja" ;
198
- showIcons = true ;
199
- theme = {
200
- lightTheme = true ;
201
- } ;
202
- } ;
203
- } ;
204
- } ;
205
188
}
Original file line number Diff line number Diff line change 48
48
49
49
git
50
50
tig
51
- lazygit
52
51
gh
53
52
ghq
54
53
You can’t perform that action at this time.
0 commit comments