Added dotfiles

This commit is contained in:
Dreaded_X 2014-08-27 12:57:00 +02:00
parent 67fc034447
commit 7f08432020
4 changed files with 21 additions and 0 deletions

18
.tmux/dev Normal file
View File

@ -0,0 +1,18 @@
select-pane -t 0
split-window -h -p 20 -c "$pane_current_path"
select-pane -t 0
split-window -v -p 20 -c "$pane_current_path"
split-window -h -c "$pane_current_path"
select-pane -t 0
send-keys -t 0 'cd src' C-m
send-keys -t 0 'nano -F' C-m
send-keys -t 1 'cd src' C-m
send-keys -t 1 'clear' C-m
send-keys -t 3 'tmux rename-window "Dev: $(basename $PWD)"' C-m
send-keys -t 3 'clear' C-m
send-keys -t 3 'git status' C-m

1
Verwijzing naar .oh-my-zsh Symbolic link
View File

@ -0,0 +1 @@
/home/tim/.oh-my-zsh

1
Verwijzing naar .tmux.conf Symbolic link
View File

@ -0,0 +1 @@
/home/tim/.tmux.conf

1
Verwijzing naar .zshrc Symbolic link
View File

@ -0,0 +1 @@
/home/tim/.zshrc