From 4a178e9bde7ac319ff0fb545e5a28c985473d96e Mon Sep 17 00:00:00 2001 From: yuriy Date: Thu, 1 Aug 2024 17:59:16 -0400 Subject: [PATCH] Update .bashrc Added option to download latest linux toolbox and execute it --- .bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.bashrc b/.bashrc index 93b3dca..ff36245 100644 --- a/.bashrc +++ b/.bashrc @@ -390,6 +390,7 @@ update() { updatewr() { # Run the Update function + update # Restart sudo reboot @@ -401,6 +402,13 @@ cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/r echo "New .bashrc downloaded. Please reload with rl" } + +# Pull down the latest linux toolbox and execute it +ltt() { +cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh +} + + rkeymapper(){ sudo pkill keymapper sudo systemctl restart keymapperd & keymapper &