Update some aliases

This commit is contained in:
Gabriel Brown 2025-04-16 22:05:00 -05:00
parent 907ae60d71
commit 19d0d71223
2 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,8 @@ wget -qO- https://git.gibbyb.com/gib/sunhat/releases/download/1.0/install.sh | b
##### To Do: ##### 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 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 packages installed with git in the packages folder.
- [ ] Add a way to update all links to packages installed by link - [ ] Add a way to update all links to packages installed by link

View File

@ -16,6 +16,8 @@ alias shutdown="systemctl poweroff"
alias ts="~/.config/hypr/scripts/snapshot.sh" alias ts="~/.config/hypr/scripts/snapshot.sh"
alias wifi="mctui" alias wifi="mctui"
alias update-grub="sudo grub-mkconfig -o /etc/grub2-efi.cfg" 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 # File system
alias ls='eza -lh --group-directories-first --icons' alias ls='eza -lh --group-directories-first --icons'