From 3ada4f6c8bb1de02a751e5c80ded596f5f445607 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Jul 2015 00:20:02 -0300 Subject: Initial import --- .gitignore | 5 +++++ .gitmodules | 6 ++++++ README.md | 8 ++++++++ TODO.md | 4 ++++ fonts.dot.link/powerline | 1 + fonts.dot.links/Inconsolata for Powerline.otf | 1 + fonts.dot.links/powerline | 1 + 7 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 README.md create mode 100644 TODO.md create mode 160000 fonts.dot.link/powerline create mode 120000 fonts.dot.links/Inconsolata for Powerline.otf create mode 160000 fonts.dot.links/powerline 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 diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8ab655d --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +TODO +==== + +* Nothing here? :P diff --git a/fonts.dot.link/powerline b/fonts.dot.link/powerline new file mode 160000 index 0000000..97dc451 --- /dev/null +++ b/fonts.dot.link/powerline @@ -0,0 +1 @@ +Subproject commit 97dc451724fb24e1dd9892c988642b239b5dc67c 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 index 0000000..97dc451 --- /dev/null +++ b/fonts.dot.links/powerline @@ -0,0 +1 @@ +Subproject commit 97dc451724fb24e1dd9892c988642b239b5dc67c -- cgit v1.2.3