Fix symlinks for font.
This commit is contained in:
parent
d54205d782
commit
dd96f73ff3
4 changed files with 7 additions and 5 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue