mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
37 lines
897 B
Markdown
37 lines
897 B
Markdown
|
# Third Party Install
|
||
|
|
||
|
* [Packages](#package)
|
||
|
* [Arch Linux](#arch-linux)
|
||
|
* [MacOS](#macos)
|
||
|
|
||
|
## 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
|
||
|
```
|
||
|
|
||
|
### 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/):
|
||
|
|
||
|
```
|
||
|
port install zellij
|
||
|
```
|