summaryrefslogtreecommitdiffstats
path: root/punani/tightnani/tightnani_db
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-11-12 22:37:22 +0100
committermakefu <github@syntax-fehler.de>2011-11-12 22:37:22 +0100
commit61dba025637b9f26243311afdcc96cad1bb934d2 (patch)
treebf279e5be4d9aa95961751dc2e6a5f8354d77cff /punani/tightnani/tightnani_db
parent4120ded2c85c82ab58d92ff922c50ed7ba19f22e (diff)
parent2a85942bb7b227b80275dfdf6ee88814b86f4dbb (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"
+ }
+}