diff --git a/scripts/.local/share/scripts/tmuxp-session b/scripts/.local/share/scripts/tmuxp-session index a60c49d..457b1a8 100755 --- a/scripts/.local/share/scripts/tmuxp-session +++ b/scripts/.local/share/scripts/tmuxp-session @@ -6,6 +6,7 @@ select_action() { "unit" "aegis" "hpc" + "idlab" ) action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session") execute_action "$action" @@ -21,6 +22,7 @@ execute_action() { "unit") launch_session "unit" ;; "aegis") launch_session "aegis" ;; "hpc") launch_session "hpc" ;; + "idlab") launch_session "idlab" ;; esac } diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 2358d5a..7f34b30 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -44,3 +44,9 @@ host hpc hostname login.hpc.ugent.be port 22 identityfile ~/.ssh/id_ed25519 + +host idlab + user akasroua + hostname 10.10.193.39 + port 22 + identityfile ~/.ssh/idlab diff --git a/ssh/.ssh/idlab b/ssh/.ssh/idlab new file mode 100644 index 0000000..dff57ee Binary files /dev/null and b/ssh/.ssh/idlab differ diff --git a/ssh/.ssh/idlab.pub b/ssh/.ssh/idlab.pub new file mode 100644 index 0000000..6cbabd3 Binary files /dev/null and b/ssh/.ssh/idlab.pub differ diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index 5614059..71c277d 100644 Binary files a/ssh/.ssh/known_hosts and b/ssh/.ssh/known_hosts differ diff --git a/tmux/.tmuxp/idlab.yaml b/tmux/.tmuxp/idlab.yaml new file mode 100644 index 0000000..0b4f55e --- /dev/null +++ b/tmux/.tmuxp/idlab.yaml @@ -0,0 +1,13 @@ +session_name: idlab +suppress_history: false + +windows: +- window_name: canvas + layout: even-vertical + panes: + - ssh idlab + - ssh idlab + +- window_name: monitor + panes: + - ssh -t idlab "htop"