8000 use brew bundle instead of a package list by TonyBostonTB · Pull Request #6 · andrew8088/dotfiles · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

use brew bundle instead of a package list #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 6 additions & 34 deletions install/install-deps-macos.sh
Original file line number Diff line number Diff line change
@@ -1,37 +1,9 @@
# brew tap federico-terzi/espanso
# brew install espanso
# brew install koekeishiya/formulae/yabai
brew install obsidian
brew install fzf
brew install zsh-syntax-highlighting
brew install firefox
brew install skhd
brew install istat-menus
brew install docker
brew install docker-compose
# brew install cask slack
brew install alfred
brew install trash
brew install the_silver_searcher
brew install tree
brew install yt-dlp
brew install jsonpp
brew install jq
# Get an initial package list with 'brew bundle dump' before and save the created Brewfile in '$DOTFILES/install/Brewfile'

# brew tap jakehilborn/jakehilborn
# brew install displayplacer
brew install exa
brew install z
#!/bin/sh

# spark, fantastical, cardhop, shush, kaleidoscope
echo "Installing brew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install ksdiff
brew install whatsapp
# brew install alt-tab
brew install neovim
# brew install alacritty

brew install fnm
brew install tmux
brew install rust
brew install --cask rectangle
echo "Installing packages..."
brew bundle --file $DOTFILES/install/Brewfile
0