From 3669707a9a4f05c349bf0a4f000b3971c87d55c1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 10 Jun 2014 23:02:23 -0300 Subject: Initial import --- .gitignore | 1 + .gitmodules | 15 +++++++++++++++ README.md | 21 +++++++++++++++++++++ brweather | 1 + hydra | 1 + keyringer | 1 + metadot | 1 + scripts | 1 + 8 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 brweather create mode 160000 hydra create mode 160000 keyringer create mode 160000 metadot create mode 160000 scripts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6966c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tor-brower diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3d271ab --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "keyringer"] + path = keyringer + url = git://git.sarava.org/keyringer.git +[submodule "hydra"] + path = hydra + url = git://git.sarava.org/hydra.git +[submodule "brweather"] + path = brweather + url = git://git.sarava.org/brweather.git +[submodule "scripts"] + path = scripts + url = git://git.sarava.org/scripts.git +[submodule "metadot"] + path = metadot + url = git://git.sarava.org/metadot.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ba0afc --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Rhatto's default apps +===================== + +These repo contains submodules with basic applications to be easily +deployed in your home folder of whichever system you have access to. + +Installation +------------ + +Just + + git clone --recursive git://git.sarava.org/apps.git $HOME/apps + +Then check tag signatures and checkout to a specific version you have +verified: + + cd $HOME/apps && git tag -v + git checkout tags/verified_tag + +Then add each folder to your `$PATH`. If you use rhatto's profile +module that will be automatically handled by you. diff --git a/brweather b/brweather new file mode 160000 index 0000000..b59b53f --- /dev/null +++ b/brweather @@ -0,0 +1 @@ +Subproject commit b59b53fd9ecd4e560c0e16b3b9855711b5569bb0 diff --git a/hydra b/hydra new file mode 160000 index 0000000..9779432 --- /dev/null +++ b/hydra @@ -0,0 +1 @@ +Subproject commit 977943271516266d35b36ffe2413f36fbf005118 diff --git a/keyringer b/keyringer new file mode 160000 index 0000000..8716a11 --- /dev/null +++ b/keyringer @@ -0,0 +1 @@ +Subproject commit 8716a11be21613cb5751723fe6ea95542ed1c986 diff --git a/metadot b/metadot new file mode 160000 index 0000000..2314ee3 --- /dev/null +++ b/metadot @@ -0,0 +1 @@ +Subproject commit 2314ee3d2d8c998be98a4ab825292be52c7bbb23 diff --git a/scripts b/scripts new file mode 160000 index 0000000..417b116 --- /dev/null +++ b/scripts @@ -0,0 +1 @@ +Subproject commit 417b116500320ff87e4427b60f15bf922d784ee0 -- cgit v1.2.3