mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Removed old brewfiles and installation scripts
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
mas "pwSafe", id: 520993579
|
||||
mas "Home Assistant", id: 1099568401
|
||||
@@ -1,30 +0,0 @@
|
||||
tap "homebrew/cask"
|
||||
tap "homebrew/cask-fonts"
|
||||
tap "federico-terzi/espanso"
|
||||
tap "m-housh/formula"
|
||||
|
||||
# TODO: Make the application directory a global variable ??
|
||||
# set arguments for all 'brew install --cask' commands
|
||||
#cask_args appdir: "~/Applications", require_sha: true
|
||||
|
||||
# formula
|
||||
brew "espanso" # Espanso: Text expander
|
||||
brew "fd" # required for some neovim plugins
|
||||
brew "figlet" # for ascii art / text
|
||||
brew "gh" # Github CLI
|
||||
brew "git"
|
||||
brew "httpie" # better curl / api's from command line.
|
||||
brew "jq" # json utilities
|
||||
brew "mas" # Mac AppStore apps from cli
|
||||
#brew "neovim"
|
||||
brew "pure" # for cli prompt
|
||||
brew "ripgrep"
|
||||
brew "swift-format" # for formatting swift files
|
||||
brew "swift-zet" # for managing zettelkasten notes
|
||||
brew "tmux" # terminal multi-plexer
|
||||
brew "vim"
|
||||
brew "zsh"
|
||||
brew "zsh-completions"
|
||||
|
||||
# fonts
|
||||
cask "font-inconsolata-nerd-font"
|
||||
@@ -1,13 +0,0 @@
|
||||
tap "homebrew/cask"
|
||||
|
||||
# casks
|
||||
cask "docker" # development containers
|
||||
cask "google-chrome" # certain processes work better in chrome
|
||||
cask "iterm2" # terminal application
|
||||
#cask "microsoft-teams"
|
||||
#cask "obs" # video / recording tools
|
||||
cask "onyx" # macOS utilities
|
||||
cask "rapidapi" # API utility
|
||||
cask "rectangle" # Window management
|
||||
#cask "sketchup-pro" # 3D modeling
|
||||
|
||||
Reference in New Issue
Block a user