ttf to otf
This commit is contained in:
parent
17beea44c3
commit
6cac0b3803
3 changed files with 5 additions and 4 deletions
2
arch.sh
2
arch.sh
|
@ -45,7 +45,7 @@ main() {
|
|||
yay -S --noconfirm obsidian parsec-bin onlyoffice-bin evolution-etesync-git \
|
||||
x11-emoji-picker gnome-shell-extension-dash-to-dock \
|
||||
gnome-shell-extension-desktop-icons-ng dracula-gtk-theme \
|
||||
dracula-icons-git vscodium-bin ttf-symbola \
|
||||
dracula-icons-git vscodium-bin otf-symbola \
|
||||
gnome-shell-extension-appindicator-git touchegg \
|
||||
gnome-shell-extension-x11gestures spotify-launcher \
|
||||
gnome-shell-extension-no-overview nerd-fonts-meslo \
|
||||
|
|
|
@ -33,7 +33,7 @@ main() {
|
|||
uwufetch python-pip opam cpanminus unison \
|
||||
rebuild-detector git-delta sdl2_ttf rustup pulseaudio-alsa \
|
||||
rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
|
||||
ttf-fira-mono mingw-w64-gcc topgrade-bin
|
||||
otf-fira-mono mingw-w64-gcc topgrade-bin otf-font-awesome
|
||||
|
||||
# === Rustup ==
|
||||
# Init rustup
|
||||
|
|
|
@ -114,9 +114,10 @@
|
|||
"jq",
|
||||
"emacs",
|
||||
"rsync",
|
||||
"ttf-fira-sans",
|
||||
"otf-fira-sans",
|
||||
"ttf-fira-code",
|
||||
"ttf-fira-mono"
|
||||
"otf-fira-mono",
|
||||
"otf-font-awesome"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue