font
This commit is contained in:
parent
ef61f50473
commit
9294411745
9
Makefile
9
Makefile
@ -71,3 +71,12 @@ i3:
|
|||||||
mkdir -p ~/.config/i3
|
mkdir -p ~/.config/i3
|
||||||
ln -s $(PWD)/sub/i3/config ~/.config/i3/config
|
ln -s $(PWD)/sub/i3/config ~/.config/i3/config
|
||||||
|
|
||||||
|
font:
|
||||||
|
mkdir -p ~/.local/share/fonts
|
||||||
|
cd ~/.local/share/fonts
|
||||||
|
wget 'https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip'
|
||||||
|
unzip FiraCode.zip -d ~/.local/share/fonts
|
||||||
|
git clone 'https://github.com/powerline/fonts.git' --depth=1
|
||||||
|
cd fonts
|
||||||
|
./install.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user