From dd96f73ff3e98392e0ba4357e574c3d2b47f16a8 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 27 Jun 2015 17:39:31 -0400 Subject: [PATCH] Fix symlinks for font. --- README.md | 6 +++--- install.conf.yaml | 4 +++- vim/README.md | 2 +- ... Mono Dotted for Powerline.ttf => DroidFont.ttf} | Bin 4 files changed, 7 insertions(+), 5 deletions(-) rename vim/fonts/{Droid Sans Mono Dotted for Powerline.ttf => DroidFont.ttf} (100%) diff --git a/README.md b/README.md index f68cfdf..da4032a 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ To integrate *all* dotfiles in this repo: > 3. ./install ##Applications Configured -* Vim [ vim/vim/ => ~/.vim ][ vim/vimrc => ~/.vimrc ] -* Git [ git/gitconfig => ~/.gitconfig ][ git/gitignore => ~/.gitignore ] +* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]\[ vim/fonts/\* => ~/.fonts \] +* Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \] ##To-Do * [ ] irssi config files * [ ] shell config files -####License +####Licenses Droid Monospace font licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). diff --git a/install.conf.yaml b/install.conf.yaml index 907bb37..3f64fd2 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -4,7 +4,9 @@ ~/.dotfiles: '' ~/.vim: vim/vim/ ~/.vimrc: vim/vimrc - ~/.fonts: vim/fonts/ + ~/.fonts/DroidSansMonoDottedPowerline.ttf: + create: true + path: vim/fonts/DroidFont.ttf ~/.gitconfig: git/gitconfig ~/.gitignore: git/gitignore diff --git a/vim/README.md b/vim/README.md index 45e4c96..9861005 100644 --- a/vim/README.md +++ b/vim/README.md @@ -18,7 +18,7 @@ Additionally, I have several extensions, as submodules, in .vim/bundle: ###Font I prefer using the Droid Monospace font for powerline, which is bundled here for -convenience. The font is licensed under the Apache License, Version 2.0. +convenience. ####To-Do * [ ] Customize Airline more. diff --git a/vim/fonts/Droid Sans Mono Dotted for Powerline.ttf b/vim/fonts/DroidFont.ttf similarity index 100% rename from vim/fonts/Droid Sans Mono Dotted for Powerline.ttf rename to vim/fonts/DroidFont.ttf