dotfiles

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

commit 24fe8cc269003c848428e1598e5b915c148c2712
parent 7b9b4dd44e36451e96ee0bc7db22f01e523100dd
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Thu,  6 Oct 2022 19:29:40 +0200

feat: install a nerfont

Diffstat:
Msetup/ubuntu.sh | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/setup/ubuntu.sh b/setup/ubuntu.sh @@ -83,6 +83,18 @@ stow alacritty --dir="$HOME/ghq/github.com/michalsapka/dotfiles" --target="$HOME 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 + + + + echo "Setup done!" @@ -90,6 +102,4 @@ echo "Setup done!" #other: -#- adfg #- gh-cli - https://garywoodfine.com/how-to-install-github-cli-on-linux/ -#- ghq