Updates brew packages
This commit is contained in:
parent
3286d61a29
commit
46aef5a3c5
1 changed files with 3 additions and 5 deletions
|
|
@ -45,8 +45,7 @@
|
||||||
|
|
||||||
onActivation = {
|
onActivation = {
|
||||||
autoUpdate = false;
|
autoUpdate = false;
|
||||||
# 'zap': uninstalls all formulae(and related files) not listed here.
|
cleanup = "zap";
|
||||||
# cleanup = "zap";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
taps = [
|
taps = [
|
||||||
|
|
@ -54,9 +53,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
|
"lazygit"
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
"clojure"
|
|
||||||
"babashka"
|
|
||||||
"tree-sitter"
|
"tree-sitter"
|
||||||
"yt-dlp"
|
"yt-dlp"
|
||||||
"zoxide"
|
"zoxide"
|
||||||
|
|
@ -108,7 +106,7 @@
|
||||||
expose-group-apps = true;
|
expose-group-apps = true;
|
||||||
launchanim = false;
|
launchanim = false;
|
||||||
minimize-to-application = true;
|
minimize-to-application = true;
|
||||||
orientation = "right";
|
orientation = "left";
|
||||||
show-recents = false;
|
show-recents = false;
|
||||||
persistent-apps = [
|
persistent-apps = [
|
||||||
"/Applications/Arc.app"
|
"/Applications/Arc.app"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue