#!/bin/bash
# - bof - #



<<'comment'
# -  - #
# - Install wezTerm - #

bash <(curl -s https://www.education.isdevelopment.us/wezTerm/wezTerm.sh)



# -  - #
# - Documentation - #
https://wezterm.org/
https://github.com/wezterm/wezterm

# -  - #
# - Key bindings - #
https://wezterm.org/config/default-keys.html



# -  - #
# - Key bindings - #
Ctrl+Shift+%(5)         Vertical split
Ctrl+Shift+'(")         Horizontal split

Ctrl+Shift+arrows       Move to arrow direction
Ctrl+Shift+Alt+arrows   Rezise to arrow direction

Ctrl+Shift+T            New tab
Ctrl+Shift+Q            Close pane/tab

Ctrl+Shift+{            To left tab
Ctrl+Shift+}            To right tab
comment



#Opt=0;
source <(curl -s https://www.education.isdevelopment.us/Functions/Functions.sh)



clear;
distroVersion_;
update_;
wezTerm_;
weztermConfiguration_;



echo -e "\nThe system has to reboot in order to show changes ...\n\n\n";
sleep 10;
sudo reboot now;



# - eof - #