fix fonts
This commit is contained in:
parent
27170d452c
commit
5eac373c2a
@ -20,4 +20,4 @@ if \
|
|||||||
[ -n "${SSH_CLIENT}" ]
|
[ -n "${SSH_CLIENT}" ]
|
||||||
then
|
then
|
||||||
tmux source-file "${XDG_CONFIG_HOME}/tmux/remote.conf"
|
tmux source-file "${XDG_CONFIG_HOME}/tmux/remote.conf"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
sub="${HOME}/.local/share/fonts"
|
sub="${HOME}/.local/share/fonts"
|
||||||
|
|
||||||
mkdir -p "${sub}"
|
mkdir -p "${sub}"
|
||||||
|
|
||||||
cd "${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}"
|
unzip FiraCode.zip -d "${sub}"
|
||||||
git clone 'https://github.com/powerline/fonts.git' --depth=1
|
git clone 'https://github.com/powerline/fonts.git' --depth=1
|
||||||
cd fonts
|
cd fonts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user