install fly, obs, superduper, ableton
This commit is contained in:
parent
b94121e59d
commit
0a9191c0f4
1 changed files with 9 additions and 0 deletions
|
@ -8,12 +8,21 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
|
brews = [
|
||||||
|
"flyctl"
|
||||||
|
];
|
||||||
|
taps = [
|
||||||
|
"homebrew/cask-versions"
|
||||||
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"discord"
|
"discord"
|
||||||
"postgres-unofficial"
|
"postgres-unofficial"
|
||||||
"postico"
|
"postico"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
|
"obs"
|
||||||
|
"superduper"
|
||||||
|
"ableton-live-suite11"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue