From d7d9c83e4f2cbcca546365fa3ca7494b08bda79d Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Sun, 15 Feb 2026 16:07:01 +0100 Subject: [PATCH] vault backup: 2026-02-15 16:07:01 --- Infos/IT/rust.md | 16 +++++++++++++--- Infos/IT/tmux.md | 15 +++++++++++---- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Infos/IT/rust.md b/Infos/IT/rust.md index d83be90..a0db0d3 100644 --- a/Infos/IT/rust.md +++ b/Infos/IT/rust.md @@ -3,17 +3,27 @@ tags: - IT/Development/Rust --- - ## Install rustup + +### Link +- https://rust-lang.org/tools/install/ + +### Linux ``` curl https://sh.rustup.rs -sSf | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` +### Windows +- Download and execute rustup installer from [[rust#Link]] + +## Update +``` +rustup update +``` + ## Uninstall ``` rustup self uninstall ``` -## Links -- https://www.rust-lang.org/tools/install diff --git a/Infos/IT/tmux.md b/Infos/IT/tmux.md index e2d0c8b..5027d51 100644 --- a/Infos/IT/tmux.md +++ b/Infos/IT/tmux.md @@ -1,7 +1,9 @@ --- -id: tmux -aliases: [] -tags: [] +aliases: + - psmux +tags: + - IT/Tools/Terminal + - IT/Tools/Shell --- @@ -9,6 +11,11 @@ tags: [] - https://github.com/tmux/tmux/wiki/Installing - https://github.com/nelsonenzo/tmux-appimage/releases +- https://github.com/marlocarlo/psmux/releases + +```powershell +irm https://raw.githubusercontent.com/marlocarlo/psmux/master/scripts/install.ps1 | iex +``` ### Plugins - https://github.com/thewtex/tmux-mem-cpu-load @@ -44,5 +51,5 @@ tags: [] - https://tmuxcheatsheet.com/ - https://builtin.com/articles/tmux-config - [Tmux Config: A Guide | Built In](https://builtin.com/articles/tmux-config) -- +- https://github.com/marlocarlo/psmux