From 19d0d712231cb6c72e3964549e3ef3fa8fe356f7 Mon Sep 17 00:00:00 2001 From: Gib Date: Wed, 16 Apr 2025 22:05:00 -0500 Subject: [PATCH] Update some aliases --- README.md | 4 ++-- defaults/bash/aliases | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1bc29c..f5cd896 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ wget -qO- https://git.gibbyb.com/gib/sunhat/releases/download/1.0/install.sh | b ##### To Do: +- [ ] Add eza installation at is no longer in repository +- [ ] Change sunshine copr repo to the official one. - [ ] Add a way to change the font & theme of kitty using the script -- [ ] Add a themes for Neovim that are not using LazyVim -- [X] Configure GNOME extensions with cli tool. - [ ] Add a way to update all packages installed with git in the packages folder. - [ ] Add a way to update all links to packages installed by link diff --git a/defaults/bash/aliases b/defaults/bash/aliases index ece094f..7abf65b 100644 --- a/defaults/bash/aliases +++ b/defaults/bash/aliases @@ -16,6 +16,8 @@ alias shutdown="systemctl poweroff" alias ts="~/.config/hypr/scripts/snapshot.sh" alias wifi="mctui" alias update-grub="sudo grub-mkconfig -o /etc/grub2-efi.cfg" +alias nvidia-smi-docker='sudo docker run --rm --gpus all --privileged nvidia/cuda:11.3.1-base nvidia-smi' +alias ncconnect='sudo docker exec -u www-data -it nextcloud-aio-nextcloud bash' # File system alias ls='eza -lh --group-directories-first --icons'