-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinstallation.yml
61 lines (50 loc) · 2.26 KB
/
installation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
- distro: Debian
instructions: >
can be installed using `sudo apt install polybar`.
Newer releases of polybar are sometimes provided in the [backports](https://wiki.debian.org/Backports)
repository for stable users, you need to enable [backports](https://wiki.debian.org/Backports) and then
install using `sudo apt -t buster-backports install polybar`.
- distro: Ubuntu
instructions: >
can be installed using `sudo apt install polybar` on 20.10 (Groovy Gorilla) or later.
- distro: Arch Linux
instructions: >
can be installed using
<code>pacman -S <a href="https://archlinux.org/packages/community/x86_64/polybar/">polybar</a></code>
or you can install the
[polybar-git](https://aur.archlinux.org/packages/polybar-git/) package from
the AUR to get the latest unstable changes.
- distro: Fedora
instructions: >
you can install [polybar](https://src.fedoraproject.org/rpms/polybar) using
`sudo dnf install polybar`
- distro: Void Linux
instructions: >
can be installed using
<code>
xbps-install -S
<a href="https://github.com/void-linux/void-packages/blob/master/srcpkgs/polybar/template">polybar</a>
</code>
- distro: NixOS
instructions: >
available in both the stable and unstable channels and can be installed with the command
`nix-env -iA nixos.polybar`
- distro: Slackware
instructions: available in the [SlackBuilds](https://slackbuilds.org/repository/14.2/desktop/polybar/) repository
- distro: openSUSE
instructions: >
available in [OBS](https://build.opensuse.org/package/show/home:sysek/polybar)
repository, package is available both for openSUSE Leap 15 and Tumbleweed
- distro: FreeBSD
instructions: >
can be installed using
<code>pkg install <a href="https://svnweb.freebsd.org/ports/head/x11/polybar/">polybar</a></code>,
make sure you are using the `latest` package branch
- distro: Gentoo
instructions: >
both release and git-master versions are available
in the [main](https://packages.gentoo.org/packages/x11-misc/polybar) repository
- distro: GNU Guix
instructions: can be installed using `guix install polybar`
- distro: Source Mage GNU/Linux
instructions: polybar spell is available in the `test` grimoire and can be installed via `cast polybar`