Compare commits

..

2 Commits

Author SHA1 Message Date
Gib
45d8f0034f Fix open in terminal to go to kitty 2025-04-24 12:39:37 -05:00
8eabfbfa22 Add aliases 2025-04-16 22:44:23 -05:00
6 changed files with 9 additions and 16 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/packages/*/*
/packages/*
/packages/**
/defaults/bash/api_keys

View File

@ -6,17 +6,17 @@
#### Install:
```bash
wget -qO- https://github.com/gibbyb/sunhat/releases/download/1.0/install
wget -qO- https://github.com/gibbyb/sunhat/releases/download/1.0/install.sh | bash
```
##### Mirror:
```bash
wget -qO- https://git.gbrown.org/gib/sunhat/releases/download/1.0/install
wget -qO- https://git.gibbyb.com/gib/sunhat/releases/download/1.0/install.sh | bash
```
##### To Do:
- [X] Add eza installation at is no longer in repository
- [X] Change sunshine copr repo to the official one.
- [ ] 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
- [X] 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

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Aliases I like
alias update="sudo dnf update -y && flatpak update -y"
alias install="sudo dnf install -y"
@ -18,7 +16,7 @@ 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:12.8.1-base-ubuntu24.04 nvidia-smi'
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'
alias docker-up='sudo docker compose up -d'
alias docker-down='sudo docker compose down'

View File

@ -1,7 +1,2 @@
#!/bin/bash
source ~/.local/share/sunhat/defaults/bash/shell
source ~/.local/share/sunhat/defaults/bash/aliases
if [ -f ~/.local/share/sunhat/defaults/bash/api_keys ]; then
source ~/.local/share/sunhat/defaults/bash/api_keys
fi

View File

@ -1,5 +1,3 @@
#!/bin/bash
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc

View File

@ -1,3 +1,6 @@
sudo dnf remove -y gnome-contacts gnome-tour \
gnome-maps libreoffice-calc libreoffice-writer \
libreoffice-impress totem
sudo mv /usr/bin/gnome-terminal /usr/bin/gnome-terminal.NOPE
sudo cp /usr/bin/kitty /usr/bin/gnome-terminal