install homebrew casks
This commit is contained in:
parent
46b7c43347
commit
51f773d6ab
2 changed files with 38 additions and 0 deletions
|
@ -4,3 +4,9 @@ brew "neovim"
|
|||
brew "tmux"
|
||||
brew "zoxide"
|
||||
brew "exa"
|
||||
|
||||
cask "firefox"
|
||||
cask "alfred"
|
||||
cask "kitty"
|
||||
cask "dash"
|
||||
cask "fantastical"
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue