mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-15 15:47:23 +02:00
essentialsoftware.md: continue homebrew section
This commit is contained in:
parent
869ac389fe
commit
0815e637bf
@ -177,10 +177,17 @@ Just remember to `pipx upgrade-all` occassionally!
|
|||||||
|
|
||||||
### Homebrew
|
### 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
|
## Fedora Atomic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user