First commit

This commit is contained in:
Bruno Sutic
2014-05-19 00:35:55 +02:00
commit 89b5c18196
6 changed files with 215 additions and 0 deletions

6
scripts/key_binding.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# (I)nstalls all plugins
tmux bind-key I run-shell "$CURRENT_DIR/sync_plugins.sh 2>&1 1>&/dev/null"