2025-01-10 15:44:49 +03:00

14 lines
282 B
Bash
Executable File

#!/bin/sh
set -e
sub="${HOME}/.local/share/fonts"
mkdir -p "${sub}"
cd "${sub}"
wget 'https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip'
unzip FiraCode.zip -d "${sub}"
git clone 'https://github.com/powerline/fonts.git' --depth=1
cd fonts
./install.sh