Compare commits

..

4 Commits

Author SHA1 Message Date
df63c246ff Merge branch 'main' of git.yrz.am:yrzam/workspace 2025-06-13 12:44:19 +00:00
5d10729945 fonts 2025-06-09 12:11:05 +00:00
9da09b8d81 autocommit 2025-06-09 11:35:35 +00:00
72f91d0395 autocommit 2025-06-09 11:25:00 +00:00
2 changed files with 24 additions and 2 deletions

View File

@ -100,8 +100,10 @@ fi
remote_open
add_repos_remote "$data_mnt"
add_repos_local "/home/$(whoami)/dev" -maxdepth 2
add_repos_local "/home/$(whoami)/know" -maxdepth 2
for g in $(groups); do
[ -d "/home/$g/dev" ] && add_repos_local "/home/$g/dev" -maxdepth 2
[ -d "/home/$g/know" ] && add_repos_local "/home/$g/know" -maxdepth 2
done
sync_repos "$data_mnt"
remote_close
echo ALL OK

View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer><family>Roboto</family></prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer><family>Roboto</family></prefer>
</alias>
<alias>
<family>monospace</family>
<prefer><family>Roboto Mono</family></prefer>
</alias>
<alias>
<family>system-ui</family>
<prefer><family>Roboto</family></prefer>
</alias>
</fontconfig>