Установка пакета со шрифтом Iosevka Prog Nerd
This commit is contained in:
parent
88efc82376
commit
b25739c78b
10
install.sh
10
install.sh
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
sudo apt-get install git zsh curl
|
||||
sudo apt-get install git zsh curl wget
|
||||
git clone https://git.246060.ru/config/zsh $HOME/.config/zsh
|
||||
|
||||
cat <<EOF > $HOME/.zshenv
|
||||
@ -13,6 +13,8 @@ EOF
|
||||
|
||||
sudo usermod -s $(which zsh) $(whoami)
|
||||
|
||||
mkdir -p ~/.local/share/fonts
|
||||
curl -fSL -o "$HOME/.local/share/fonts/Anonymice Nerd Font Complete.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/AnonymousPro/complete/Anonymice%20Nerd%20Font%20Complete.ttf
|
||||
curl -fSL -o "$HOME/.local/share/fonts/Anonymice Nerd Font Complete Mono.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/AnonymousPro/complete/Anonymice%20Nerd%20Font%20Complete%20Mono.ttf
|
||||
TEMP="${XDG_RUNTIME_DIR:-/tmp}"
|
||||
wget -P "$TEMP" -c -r -nd --no-parent -A "fonts-iosevka-prog-nerd_*_all.deb" https://deb.246060.ru/bin/fonts/pool/main/f/fonts-iosevka-prog-nerd/
|
||||
sudo dpkg -i "$TEMP"/fonts-iosevka-prog-nerd_*_all.deb
|
||||
rm -f "$TEMP"/fonts-iosevka-prog-nerd_*_all.deb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user