Skip to content

Commit

Permalink
update brew for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Oct 30, 2024
1 parent 57724bb commit 2603264
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,8 @@ linux: ## Install Ubuntu programms: flameshot, albert, spotify, dropbox, vlc, ch
sudo apt install kazam -y

brew-linux: ## Brew package manager for Linux
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh

test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.zshrc && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.zshrc
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile

clitools: ## Install cli tools
@for pkg in $(UBUNTU_PACKAGES); do \
Expand Down

0 comments on commit 2603264

Please sign in to comment.