mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
776959eaff
MacPorts installed in a general way requires `sudo`. Ref: https://superuser.com/a/1413502
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
# Third Party Install
|
|
|
|
* [Packages](#package)
|
|
* [Arch Linux](#arch-linux)
|
|
* [MacOS](#macos)
|
|
* [Fedora Linux](#fedora-linux)
|
|
|
|
## Packages
|
|
|
|
:warning: **These packages are not affiliated with the Zellij maintainers and are provided here for convenience.**
|
|
|
|
[![Packaging status](https://repology.org/badge/vertical-allrepos/zellij.svg)](https://repology.org/project/zellij/versions)
|
|
|
|
### Arch Linux
|
|
You can install the `zellij` package from the [official community repository](https://archlinux.org/packages/community/x86_64/zellij/):
|
|
|
|
```
|
|
pacman -S zellij
|
|
```
|
|
|
|
Or install from AUR repository with [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers):
|
|
|
|
```
|
|
paru -S zellij-git
|
|
```
|
|
|
|
### Fedora Linux
|
|
You can install the `zellij` package from the [COPR](https://copr.fedorainfracloud.org/coprs/varlad/zellij/)
|
|
|
|
```
|
|
sudo dnf copr enable varlad/zellij
|
|
sudo dnf install zellij
|
|
```
|
|
|
|
### MacOS
|
|
You can install `zellij` with [Homebrew on MacOS](https://formulae.brew.sh/formula/zellij):
|
|
|
|
```
|
|
brew install zellij
|
|
```
|
|
|
|
Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):
|
|
|
|
```
|
|
sudo port install zellij
|
|
```
|
|
|
|
### Void Linux
|
|
|
|
```
|
|
sudo xbps-install zellij
|
|
```
|