fontupd (127B)
1 #!/bin/sh 2 3 dir=${HOME}/.fonts 4 5 mkdir -p ${dir} 6 chmod 755 ${dir} 7 cd ${dir} 8 chmod 644 * 9 mkfontdir 10 xset fp+ ${dir} 11 xset fp rehash
dotfilesUnnamed repository; edit this file 'description' to name the repository. | |
git clone git://git.margiolis.net/dotfiles.git | |
Log | Files | Refs | README | LICENSE |