Update readme and bootstrap script
This commit is contained in:
parent
585379ecbd
commit
f930d39335
3 changed files with 14 additions and 10 deletions
7
scripts/bootstrap
vendored
7
scripts/bootstrap
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue