removed libxft-bgra cuz code is officially merged

This commit is contained in:
krolyxon 2022-09-15 17:39:50 +05:30
parent 3978085b30
commit 08aa022acb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ git clone --depth=1 git@github.com:krolyxon/nvim.git ~/.config/nvim
# paru: AUR helper # paru: AUR helper
git clone https://aur.archlinux.org/paru-bin.git && cd paru-bin && makepkg -sri && cd .. && rm -rf paru-bin git clone https://aur.archlinux.org/paru-bin.git && cd paru-bin && makepkg -sri && cd .. && rm -rf paru-bin
paru -S --noconfirm htop-vim nerd-fonts-jetbrains-mono lf-bin libxft-bgra \ paru -S --noconfirm htop-vim nerd-fonts-jetbrains-mono lf-bin \
zsh-fast-syntax-highlighting-git keyd-git librewolf-bin zsh-fast-syntax-highlighting-git keyd-git librewolf-bin
chsh -s $(which zsh) chsh -s $(which zsh)