From 0815e637bfbbfdde8e1aff22f0c507b709561767 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 25 Jul 2025 07:56:19 +0300 Subject: [PATCH] essentialsoftware.md: continue homebrew section --- n/essentialsoftware.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/n/essentialsoftware.md b/n/essentialsoftware.md index e9fb2ce..c5cb79c 100644 --- a/n/essentialsoftware.md +++ b/n/essentialsoftware.md @@ -177,10 +177,17 @@ Just remember to `pipx upgrade-all` occassionally! ### Homebrew -This section is a WIP and to avoid having to install some rpm-ostree... +In order to avoid having to use `rpm-ostree`, Homebrew is practical for some +tools and applications. + +**_This section is still a WIP and TODO omitting important parts._** ``` -brew install aircrack-ng btop htop inxi ipfs llvm mtr neovim nmap node pipx pre-commit qrencode ruby smartmontools symlinks +sudo mkdir /home/linuxbrew +sudo chown -R $(whoami):$(whoami) /home/linuxbrew +cd /home/linuxbrew +git clone https://github.com/Homebrew/brew .linuxbrew +brew install aircrack-ng btop htop inxi ipfs llvm mtr neovim nmap node pipx pre-commit qrencode ruby smartmontools symlinks weechat ``` ## Fedora Atomic