diff options
author | tv <tv@iiso> | 2011-11-12 12:14:07 +0100 |
---|---|---|
committer | tv <tv@iiso> | 2011-11-12 12:14:07 +0100 |
commit | 2a85942bb7b227b80275dfdf6ee88814b86f4dbb (patch) | |
tree | cfa26d0a5bc9f72b3d7c992f0ca062590fabdca9 /punani/tightnani/tightnani_db | |
parent | d8c022c85e1a93da813b0aebf5002fa87c387879 (diff) | |
parent | e4e74037c0bc7f1b286b2b2f73c007204752295c (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'punani/tightnani/tightnani_db')
-rw-r--r-- | punani/tightnani/tightnani_db | 25 |
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" + } +} |