diff --git a/.tmux/dev b/.tmux/dev new file mode 100644 index 0000000..fb07ccf --- /dev/null +++ b/.tmux/dev @@ -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 diff --git a/Verwijzing naar .oh-my-zsh b/Verwijzing naar .oh-my-zsh new file mode 120000 index 0000000..551e557 --- /dev/null +++ b/Verwijzing naar .oh-my-zsh @@ -0,0 +1 @@ +/home/tim/.oh-my-zsh \ No newline at end of file diff --git a/Verwijzing naar .tmux.conf b/Verwijzing naar .tmux.conf new file mode 120000 index 0000000..24c9850 --- /dev/null +++ b/Verwijzing naar .tmux.conf @@ -0,0 +1 @@ +/home/tim/.tmux.conf \ No newline at end of file diff --git a/Verwijzing naar .zshrc b/Verwijzing naar .zshrc new file mode 120000 index 0000000..7f016eb --- /dev/null +++ b/Verwijzing naar .zshrc @@ -0,0 +1 @@ +/home/tim/.zshrc \ No newline at end of file