fix fonts
This commit is contained in:
parent
27170d452c
commit
5eac373c2a
@ -20,4 +20,4 @@ if \
|
||||
[ -n "${SSH_CLIENT}" ]
|
||||
then
|
||||
tmux source-file "${XDG_CONFIG_HOME}/tmux/remote.conf"
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -3,10 +3,10 @@
|
||||
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'
|
||||
wget -c -O FiraCode.zip '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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user