Update readme and bootstrap script

This commit is contained in:
caem 2025-06-13 23:18:16 +02:00
parent 585379ecbd
commit f930d39335
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 14 additions and 10 deletions

7
scripts/bootstrap vendored
View file

@ -26,4 +26,11 @@ else
fi
guix pull
GUIX_PROFILE="$HOME/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
guix install guile-lsp-server
mkdir -p ~/.local/share/fonts
wget -O ~/.local/share/fonts/AdwaitaMono.zip https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/AdwaitaMono.zip
unzip -d ~/.local/share/fonts/AdwaitaMono ~/.local/share/fonts/AdwaitaMono.zip
fc-cache -f