@@ -4,6 +4,7 @@
|
||||
casks = [
|
||||
"helium-browser"
|
||||
"pearcleaner"
|
||||
"tidal"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,10 +4,14 @@
|
||||
settings = {
|
||||
git = {
|
||||
commit.signOff = true;
|
||||
paging = {
|
||||
colorArg = "always";
|
||||
pager = "DELTA_FEATURES=decorations delta --light --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format=\"lazygit-edit://{path}:{line}\"";
|
||||
};
|
||||
pagers = [
|
||||
{
|
||||
delta = {
|
||||
colorArg = "always";
|
||||
pager = "DELTA_FEATURES=decorations delta --light --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format=\"lazygit-edit://{path}:{line}\"";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
gui = {
|
||||
|
||||
Reference in New Issue
Block a user