updates dnsc-work config
This commit is contained in:
parent
be9821eeab
commit
73a868bf58
1 changed files with 9 additions and 10 deletions
|
|
@ -47,6 +47,14 @@
|
||||||
nil
|
nil
|
||||||
nurl
|
nurl
|
||||||
shellcheck
|
shellcheck
|
||||||
|
lazygit
|
||||||
|
ffmpeg
|
||||||
|
tree-sitter
|
||||||
|
zoxide
|
||||||
|
sqlite
|
||||||
|
fnm
|
||||||
|
imagemagick
|
||||||
|
rsync
|
||||||
];
|
];
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
|
|
@ -55,6 +63,7 @@
|
||||||
|
|
||||||
onActivation = {
|
onActivation = {
|
||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
|
upgrade = true;
|
||||||
cleanup = "zap";
|
cleanup = "zap";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -65,16 +74,6 @@
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"mas"
|
"mas"
|
||||||
"lazygit"
|
|
||||||
"ffmpeg"
|
|
||||||
"tree-sitter"
|
|
||||||
"yt-dlp"
|
|
||||||
"zoxide"
|
|
||||||
"sqlite"
|
|
||||||
# "rsync" -> Can't install due to: https://github.com/fastlane/fastlane/discussions/27962
|
|
||||||
"fnm"
|
|
||||||
"imagemagick"
|
|
||||||
"todo-txt"
|
|
||||||
"watchman"
|
"watchman"
|
||||||
"pnpm"
|
"pnpm"
|
||||||
"pkg-config"
|
"pkg-config"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue