add some fonts
This commit is contained in:
parent
d97740acd7
commit
8c659a07b7
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir -p ~/h
|
||||||
|
|
||||||
cd /etc/yum.repos.d || exit 1
|
cd /etc/yum.repos.d || exit 1
|
||||||
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
@ -16,6 +18,9 @@ rpm-ostree install \
|
||||||
mercurial \
|
mercurial \
|
||||||
mercurial-rust \
|
mercurial-rust \
|
||||||
source-foundry-hack-fonts \
|
source-foundry-hack-fonts \
|
||||||
|
mozilla-fira-fonts-common \
|
||||||
|
mozilla-fira-mono-fonts \
|
||||||
|
mozilla-fira-sans-fonts \
|
||||||
fastfetch \
|
fastfetch \
|
||||||
mutt \
|
mutt \
|
||||||
msmtp \
|
msmtp \
|
||||||
|
|
Loading…
Reference in a new issue