diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-11-30 14:55:36 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-11-30 14:59:45 +0100 |
commit | 0dba865c4993a92ad564b15ff2380ed1a9981e14 (patch) | |
tree | ebaf14a18d71e38b631772a1edb97226c05b2259 /install.sh | |
parent | 22be00316e572bdce3f9e181bb3482b778053ca5 (diff) | |
download | dotfiles-0dba865c4993a92ad564b15ff2380ed1a9981e14.tar.gz dotfiles-0dba865c4993a92ad564b15ff2380ed1a9981e14.tar.bz2 dotfiles-0dba865c4993a92ad564b15ff2380ed1a9981e14.zip |
X: Add font directory + installation
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,3 +15,6 @@ ln -s $CURRENT_PATH/vim/vim ~/.vim ln -s $CURRENT_PATH/Xdefaults ~/.Xdefaults ln -s $CURRENT_PATH/screenrc ~/.screenrc + +ln -s $CURRENT_PATH/fonts ~/.fonts +fc-cache -vf ~/.fonts |