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
|
> 3. ./install
|
||||||
|
|
||||||
##Applications Configured
|
##Applications Configured
|
||||||
* Vim [ vim/vim/ => ~/.vim ][ vim/vimrc => ~/.vimrc ]
|
* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]\[ vim/fonts/\* => ~/.fonts \]
|
||||||
* Git [ git/gitconfig => ~/.gitconfig ][ git/gitignore => ~/.gitignore ]
|
* Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \]
|
||||||
|
|
||||||
##To-Do
|
##To-Do
|
||||||
* [ ] irssi config files
|
* [ ] irssi config files
|
||||||
* [ ] shell config files
|
* [ ] shell config files
|
||||||
|
|
||||||
####License
|
####Licenses
|
||||||
Droid Monospace font licensed under the [Apache License, Version
|
Droid Monospace font licensed under the [Apache License, Version
|
||||||
2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
|
2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@
|
||||||
~/.dotfiles: ''
|
~/.dotfiles: ''
|
||||||
~/.vim: vim/vim/
|
~/.vim: vim/vim/
|
||||||
~/.vimrc: vim/vimrc
|
~/.vimrc: vim/vimrc
|
||||||
~/.fonts: vim/fonts/
|
~/.fonts/DroidSansMonoDottedPowerline.ttf:
|
||||||
|
create: true
|
||||||
|
path: vim/fonts/DroidFont.ttf
|
||||||
~/.gitconfig: git/gitconfig
|
~/.gitconfig: git/gitconfig
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Additionally, I have several extensions, as submodules, in .vim/bundle:
|
||||||
|
|
||||||
###Font
|
###Font
|
||||||
I prefer using the Droid Monospace font for powerline, which is bundled here for
|
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
|
####To-Do
|
||||||
* [ ] Customize Airline more.
|
* [ ] Customize Airline more.
|
||||||
|
|
Loading…
Reference in a new issue