diff options
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | tmux.conf | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile index f771e72..09314b4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore + gitignore \ + tmux.conf INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) @@ -20,8 +21,8 @@ $(INTO)/.% : % $(HOME)/.ssh/authorized_keys: @curl https://github.com/fcuny.keys -o $(HOME)/.ssh/authorized_keys -$(HOME)/src: - @mkdir -p $(HOME)/src +$(HOME)/workspace/: + @mkdir -p $(HOME)/workspace/ .PHONY: git git: diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..f2d6bcc --- /dev/null +++ b/tmux.conf @@ -0,0 +1,2 @@ +set-option -g prefix C-z +unbind-key C-b |