aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-04-28 10:03:47 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-04-28 10:03:47 +0200
commitb18e9a774276dfe14d7d30e000d73dd3b6bc7533 (patch)
tree9091f754b5d9c121d7489fd8d7f26b05e1aa2920
parent699072b22dac27972b6a90f416f6dacaaaf7edb8 (diff)
downloaddotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.tar.gz
dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.zip
Removed '.' in front of dotfiles, started on install script, changed hyper, added bash, added tmux
-rw-r--r--Hyperterm/hyper.js (renamed from Hyperterm/.hyper.js)0
-rw-r--r--bash/bashrc1
-rwxr-xr-xbin/install.sh4
-rw-r--r--tmux.conf14
-rw-r--r--vim/vimrc (renamed from vim/_vimrc)0
5 files changed, 19 insertions, 0 deletions
diff --git a/Hyperterm/.hyper.js b/Hyperterm/hyper.js
index 169b16d..169b16d 100644
--- a/Hyperterm/.hyper.js
+++ b/Hyperterm/hyper.js
diff --git a/bash/bashrc b/bash/bashrc
new file mode 100644
index 0000000..36357ee
--- /dev/null
+++ b/bash/bashrc
@@ -0,0 +1 @@
+alias lamp='curl -i -H Accept: application/json -H Content-Type: application/json -X GET http://192.168.10.191/j?lamp=toggle'
diff --git a/bin/install.sh b/bin/install.sh
new file mode 100755
index 0000000..14fd058
--- /dev/null
+++ b/bin/install.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cp tmux/tmux.conf ~/.tmux.conf
+cp bash/bashrc ~/.bashrc
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..3b9f619
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,14 @@
+unbind C-b
+set -g prefix C-a
+
+bind -n M-Left select-pane -L
+bind -n M-Right select-pane -R
+bind -n M-Up select-pane -U
+bind -n M-Down select-pane -D
+
+setw -g monitor-activity on
+set -g visual-activity on
+
+set-window-option -g window-status-current-bg yellow
+
+
diff --git a/vim/_vimrc b/vim/vimrc
index 84216c1..84216c1 100644
--- a/vim/_vimrc
+++ b/vim/vimrc