Skip to content

Commit

Permalink
change brew package install
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolopjr committed Feb 8, 2025
1 parent eb35747 commit db982e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
20 changes: 1 addition & 19 deletions files/etc/profile.d/00-brew-first-run.fish
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,9 @@ if test ! -d /usr/local/share/bash-completion/completions
print_ok
end

# add brew taps
printf "Adding brew taps...\t\t\t\t "
begin
brew bundle --no-lock --file=/dev/stdin > /dev/null 2>&1
echo "\
tap homebrew/aliases"
end | source
print_ok

# install brew packages
printf "Installing brew packages...\t\t\t "
begin
brew bundle --no-lock --quiet --file=/dev/stdin > /dev/null 2>&1
echo "\
brew f3
brew fisher
brew mise
brew ncdu
brew smartmontools
brew wakeonlan"
end | source
brew bundle --no-lock --file=/etc/profile.d/packages.brew > /dev/null 2>&1
print_ok

printf "\nlinuxbrew setup complete!\n\n"
Expand Down
7 changes: 7 additions & 0 deletions files/etc/profile.d/packages.brew
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tap "homebrew/aliases"
brew "f3"
brew "fisher"
brew "mise"
brew "ncdu"
brew "smartmontools"
brew "wakeonlan""

0 comments on commit db982e1

Please sign in to comment.