mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
fix: symlinks in chezmoi and robust scripts
This commit is contained in:
parent
872a2b4d4d
commit
c7d6392849
8 changed files with 29 additions and 15 deletions
12
home/.chezmoiscripts/run_once_fonts.sh
Normal file
12
home/.chezmoiscripts/run_once_fonts.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl -L https://github.com/lxgw/LxgwWenKai/releases/download/v1.520/lxgw-wenkai-v1.520.zip -o /tmp/lxgw-wenkai.zip
|
||||
unzip /tmp/lxgw-wenkai.zip -d ~/.local/share/fonts/
|
||||
|
||||
curl -L https://github.com/lxgw/LxgwNeoXiHei/releases/download/v1.223/LXGWNeoXiHeiPlus.ttf -o /tmp/lxgw-xihei.zip
|
||||
unzip /tmp/lxgw-xihei.zip -d ~/.local/share/fonts/
|
||||
|
||||
curl -L https://github.com/subframe7536/maple-font/releases/download/v7.7/MapleMono-NF-CN-unhinted.zip -o /tmp/maple-mono.zip
|
||||
unzip /tmp/maple-mono.zip -d ~/.local/share/fonts/
|
||||
|
||||
fc-cache -fv
|
||||
Loading…
Add table
Add a link
Reference in a new issue