diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-10 23:02:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-10 23:02:23 -0300 |
commit | 3669707a9a4f05c349bf0a4f000b3971c87d55c1 (patch) | |
tree | 6ca14002427111d18d6fc7951fd84392263fe9e5 | |
download | apps-3669707a9a4f05c349bf0a4f000b3971c87d55c1.tar.gz apps-3669707a9a4f05c349bf0a4f000b3971c87d55c1.tar.bz2 |
Initial import
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 15 | ||||
-rw-r--r-- | README.md | 21 | ||||
m--------- | brweather | 0 | ||||
m--------- | hydra | 0 | ||||
m--------- | keyringer | 0 | ||||
m--------- | metadot | 0 | ||||
m--------- | scripts | 0 |
8 files changed, 37 insertions, 0 deletions
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 +Subproject b59b53fd9ecd4e560c0e16b3b9855711b5569bb diff --git a/hydra b/hydra new file mode 160000 +Subproject 977943271516266d35b36ffe2413f36fbf00511 diff --git a/keyringer b/keyringer new file mode 160000 +Subproject 8716a11be21613cb5751723fe6ea95542ed1c98 diff --git a/metadot b/metadot new file mode 160000 +Subproject 2314ee3d2d8c998be98a4ab825292be52c7bbb2 diff --git a/scripts b/scripts new file mode 160000 +Subproject 417b116500320ff87e4427b60f15bf922d784ee |