From 70f88d26b2992d0b4ed30c0f4758a6864386ba14 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Tue, 2 Sep 2014 10:25:51 +0200 Subject: [PATCH] removed manual font mangling from readme, as it is handled automatically already --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index a44f6d98..3326b8d7 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,6 @@ e.g. my vim, terminal and font configs. install: clone this repo -run install_fedora.sh on fedora, more systems coming soon - -Fonts: - - [cyryl@dagrey ~]$ cd .local/share/ - [cyryl@dagrey share]$ rm -fr fonts - [cyryl@dagrey share]$ ln -s /home/cyryl/dev/dotfiles/.local/share/fonts . - [cyryl@dagrey fontconfig]$ cd - [cyryl@dagrey ~]$ cd .config/fontconfig/ - [cyryl@dagrey fontconfig]$ rm -fr conf.d - [cyryl@dagrey fontconfig]$ ln -s /home/cyryl/dev/dotfiles/.config/fontconfig/conf.d . - [cyryl@dagrey fontconfig]$ cd - [cyryl@dagrey ~]$ fc-cache +run install_fedora.sh or install_ubuntu.sh to setup the whole box