install homebrew casks

This commit is contained in:
Sloane Perrault 2022-07-17 10:42:05 -04:00
parent 46b7c43347
commit 51f773d6ab
2 changed files with 38 additions and 0 deletions

View file

@ -4,3 +4,9 @@ brew "neovim"
brew "tmux" brew "tmux"
brew "zoxide" brew "zoxide"
brew "exa" brew "exa"
cask "firefox"
cask "alfred"
cask "kitty"
cask "dash"
cask "fantastical"

View file

@ -210,6 +210,38 @@
} }
} }
} }
},
"cask": {
"kitty": {
"version": "0.25.2",
"options": {
"full_name": "kitty"
}
},
"dash": {
"version": "6.2.4,996",
"options": {
"full_name": "dash"
}
},
"firefox": {
"version": "102.0.1",
"options": {
"full_name": "firefox"
}
},
"alfred": {
"version": "5.0,2057",
"options": {
"full_name": "alfred"
}
},
"fantastical": {
"version": "3.6.6,1454",
"options": {
"full_name": "fantastical"
}
}
} }
}, },
"system": { "system": {