Individuelle TMUX Konfigurationsdatei für einen schnelleren Umgang mit TMUX. Änderungen sind möglich.
Um die TMUX Konfigurationsdatei zu verwenden, führen Sie folgende Befehle aus. Achtung! Eventuell vorhandene .tmux.conf
Dateien werden hierbei überschrieben.
sudo git clone https://github.com/PenTestical/tmux_konfigurationsdatei/ && cd tmux_konfigurationsdatei
sudo mv .tmux.conf ~/.tmux.conf
Starten Sie eine neue TMUX-Sitzung und sourcen Sie die Datei mit tmux source-file ~/.tmux.conf
. Ihre Konfiguration ist abgeschlossen.
Um die TMUX Konfigurationsdatei von Ihrem System zu entfernen, führen Sie folgenden Befehl aus.
sudo rm -rf ~/.tmux.conf
Ihre Konfigurationsdatei wurde entfernt.
Individual TMUX configuration file for faster handling of TMUX. Feel free to make changes.
To use the TMUX configuration file, execute the following commands. Attention! Any existing .tmux.conf
files will be overwritten in the process.
sudo git clone https://github.com/PenTestical/tmux_konfigurationsdatei/ && cd tmux_configurationfile
sudo mv .tmux.conf ~/.tmux.conf
Start a new TMUX session and source the file with tmux source-file ~/.tmux.conf
. Your configuration is complete.
To remove the TMUX configuration file from your system, run the following command.
sudo rm -rf ~/.tmux.conf
Your configuration file has been removed.