dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit 0ddd3419367de349624b8dcf3e662d280c84ee55
parent 24fe8cc269003c848428e1598e5b915c148c2712
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Thu,  6 Oct 2022 20:24:49 +0200

fix: install nerd fonts using script

Diffstat:
Msetup/ubuntu.sh | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/setup/ubuntu.sh b/setup/ubuntu.sh @@ -86,11 +86,12 @@ chsh -s /usr/bin/fish # Install nerd font cd ~/Downloads -wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/SourceCodePro.zip -unzip SourceCodePro mkdir ~/.local/share/fonts -mv *ttf ~/.local/share/fonts -fc-cache -fv +git clone git@github.com:ryanoasis/nerd-fonts.git +cd nerd-fonts +./install.sh FiraCode +./install.sh SourceCodePro +