Установка пакета со шрифтом Iosevka Prog Nerd
This commit is contained in:
parent
88efc82376
commit
b25739c78b
10
install.sh
10
install.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
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
|
git clone https://git.246060.ru/config/zsh $HOME/.config/zsh
|
||||||
|
|
||||||
cat <<EOF > $HOME/.zshenv
|
cat <<EOF > $HOME/.zshenv
|
||||||
@ -13,6 +13,8 @@ EOF
|
|||||||
|
|
||||||
sudo usermod -s $(which zsh) $(whoami)
|
sudo usermod -s $(which zsh) $(whoami)
|
||||||
|
|
||||||
mkdir -p ~/.local/share/fonts
|
TEMP="${XDG_RUNTIME_DIR:-/tmp}"
|
||||||
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
|
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/
|
||||||
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
|
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