Skip to content

Commit

Permalink
fix: missing taps
Browse files Browse the repository at this point in the history
Signed-off-by: Platy <[email protected]>
  • Loading branch information
PlatyPew committed Jul 18, 2023
1 parent 5eca8fc commit 5b5e8b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install-all
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if [ "${STASH}" != "No local changes to save" ]; then
git -C $DIR stash pop
fi

brew tap homebrew/cask-fonts
brew tap homebrew/cask-versions
brew install $(cat packagelist/brewformulae.txt)
brew install --cask $(cat packagelist/brewcask.txt)

Expand All @@ -28,6 +30,6 @@ stow -v neovim
stow -v tmux
stow -v zsh

nvim -c "lua require('lazy').restore({wait = true})" +qa
zsh -c "source ~/.zshrc && zgenom update && fast-theme CONFIG:catppuccin-mocha && bat cache --build"
~/.tmux/plugins/tpm/scripts/install_plugins.sh
nvim -c "lua require('lazy').restore({wait = true})" +qa

0 comments on commit 5b5e8b7

Please sign in to comment.