Difference between revisions of "Template:Brew user installation"

From wikieduonline
Jump to navigation Jump to search
(Created page with " cd $HOME && git clone https://github.com/Homebrew/brew.git && ./brew/bin/brew tap homebrew/core && echo "export PATH=$HOME/brew/bin:$PATH" >> ~/.zshrc && echo...")
 
 
Line 1: Line 1:
  cd $HOME && [[git clone]] https://github.com/Homebrew/brew.git && ./brew/bin/[[brew tap homebrew/core]] && echo "[[export]] PATH=$HOME/brew/bin:$PATH" >> ~/[[.zshrc]] && echo "[[export]] PATH=$HOME/brew/bin:$PATH" >> ~/[[.bashrc]]
+
  [[cd $HOME && git clone https://github.com/Homebrew/brew.git && ./brew/bin/brew tap homebrew/core]] && echo "[[export]] PATH=$HOME/brew/bin:$PATH" >> ~/[[.zshrc]] && echo "[[export]] PATH=$HOME/brew/bin:$PATH" >> ~/[[.bashrc]]

Latest revision as of 08:01, 12 November 2024

cd $HOME && git clone https://github.com/Homebrew/brew.git && ./brew/bin/brew tap homebrew/core && echo "export PATH=$HOME/brew/bin:$PATH" >> ~/.zshrc && echo "export PATH=$HOME/brew/bin:$PATH" >> ~/.bashrc

Advertising: