summaryrefslogtreecommitdiffstats
path: root/punani/tightnani/tightnani_db
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-11-14 03:34:23 +0100
committermakefu <github@syntax-fehler.de>2011-11-14 03:34:23 +0100
commit8560556d854f777d3cc0cf468d80d0e08860c1e5 (patch)
treef37d0b1d0281016593fdc9daf9e2584f62eb77d7 /punani/tightnani/tightnani_db
parent9d7c537fd978f4848480b189ddb21f3b44eedec0 (diff)
parent0fe81e9301efa359fba9f7eae498cc69cbe1f87f (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'punani/tightnani/tightnani_db')
-rw-r--r--punani/tightnani/tightnani_db25
1 files changed, 25 insertions, 0 deletions
diff --git a/punani/tightnani/tightnani_db b/punani/tightnani/tightnani_db
new file mode 100644
index 00000000..d15a9ad4
--- /dev/null
+++ b/punani/tightnani/tightnani_db
@@ -0,0 +1,25 @@
+{
+ "packer-symlinks" : {
+ "packer" : "yaourt",
+ "aptitude" : "apt-get",
+ "bauerbill" : "yaourt"
+ },
+ "vim" : {
+ "apt-get" : "vim",
+ "pacman" : "vim",
+ "brew" : "vim",
+ "yum" : "vim"
+ },
+ "python" : {
+ "apt-get" : "python",
+ "pacman" : "python2"
+ },
+ "python2" : {
+ "apt-get" : "python",
+ "pacman" : "python2"
+ },
+ "python3" : {
+ "apt-get" : "python3",
+ "pacman" : "python"
+ }
+}