Skip to content

Commit

Permalink
fix: install package alacritty with brew (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Dec 2, 2023
1 parent 1c2b087 commit b07d85c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ function alacritty::sync {

function alacritty::install {
message_info "Installing Alacritty"
brew cask install alacritty
alacritty::post_install
brew install --cask alacritty
}

0 comments on commit b07d85c

Please sign in to comment.