diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-23 00:20:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-23 00:20:02 -0300 |
commit | 3ada4f6c8bb1de02a751e5c80ded596f5f445607 (patch) | |
tree | 31b892b4de53a267ad557014ef7dbe7e9fdd50f2 | |
download | fonts-3ada4f6c8bb1de02a751e5c80ded596f5f445607.tar.gz fonts-3ada4f6c8bb1de02a751e5c80ded596f5f445607.tar.bz2 |
Initial import
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | TODO.md | 4 | ||||
m--------- | fonts.dot.link/powerline | 0 | ||||
l--------- | fonts.dot.links/Inconsolata for Powerline.otf | 1 | ||||
m--------- | fonts.dot.links/powerline | 0 |
7 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3eed8fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# As we are handling with config files, it might be better to +# use a paranoid config by default. +# +# Comment that while in development. +* diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..385fafb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "fonts.dot.links/powerline"] + path = fonts.dot.links/powerline + url = https://github.com/powerline/fonts +[submodule "fonts.dot.link/powerline"] + path = fonts.dot.link/powerline + url = https://github.com/powerline/fonts diff --git a/README.md b/README.md new file mode 100644 index 0000000..9761006 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# fonts dotfile module + +This is the repository with open source / free fonts. +Regenerate your fonts cache with + + fc-cache -vf ~/.fonts + +More information at https://git.sarava.org/metadot.git @@ -0,0 +1,4 @@ +TODO +==== + +* Nothing here? :P diff --git a/fonts.dot.link/powerline b/fonts.dot.link/powerline new file mode 160000 +Subproject 97dc451724fb24e1dd9892c988642b239b5dc67 diff --git a/fonts.dot.links/Inconsolata for Powerline.otf b/fonts.dot.links/Inconsolata for Powerline.otf new file mode 120000 index 0000000..9d211f4 --- /dev/null +++ b/fonts.dot.links/Inconsolata for Powerline.otf @@ -0,0 +1 @@ +powerline/Inconsolata/Inconsolata for Powerline.otf
\ No newline at end of file diff --git a/fonts.dot.links/powerline b/fonts.dot.links/powerline new file mode 160000 +Subproject 97dc451724fb24e1dd9892c988642b239b5dc67 |