Skip to content

Instantly share code, notes, and snippets.

View OsaidM's full-sized avatar
🌍
Available

OsaidM

🌍
Available
View GitHub Profile
@fardjad
fardjad / how-to-install-homebrew-on-manjaro.md
Last active May 29, 2024 10:40
[How to Install Homebrew on Manjaro] Steps required to install homebrew on Manjaro Linux #linux #manjaro #homebrew

How to Install Homebrew on Manjaro

Steps

  1. Install base-devel

     pacman -Syu # CAUTION: this updates the whole system
     pacman -S base-devel
    
  2. Run the installer script