mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 02:02:29 +00:00
[macos] Add macOS specific package
This commit is contained in:
15
macos/.config/Brewfile
Normal file
15
macos/.config/Brewfile
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
brew "go"
|
||||||
|
|
||||||
|
# K8s related
|
||||||
|
brew "kubernetes-cli"
|
||||||
|
brew "kubeseal"
|
||||||
|
brew "fluxcd/tap/flux"
|
||||||
|
|
||||||
|
# Hugo
|
||||||
|
brew "hugo"
|
||||||
|
brew "sass/sass/sass"
|
||||||
|
|
||||||
|
# Other apps
|
||||||
|
cask "ghostty"
|
||||||
|
cask "itsycal"
|
||||||
|
cask "rectangle"
|
||||||
4
macos/.config/shell-common/brewfile.sh
Normal file
4
macos/.config/shell-common/brewfile.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Updates Homebrew installation from the Brewfile
|
||||||
|
function update-brewfile() {
|
||||||
|
brew bundle check --file ~/.config/Brewfile && brew bundle --file ~/.config/Brewfile
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user