made tio a default feature

main
The_miro 2024-12-10 16:45:50 +01:00
parent de093885b9
commit d307faeb9a
3 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,8 @@ alias cls="clear"
alias ssh="kitten ssh" alias ssh="kitten ssh"
alias ssk="kitten ssh" alias ssk="kitten ssh"
alias serial="sudo tio -a latest"
alias t="wd" alias t="wd"
function y() { function y() {

3
.zshrc
View File

@ -142,6 +142,8 @@ alias cls="clear"
alias ssk="kitten ssh" alias ssk="kitten ssh"
alias ssh="kitten ssh" alias ssh="kitten ssh"
alias serial="sudo tio -a latest"
alias t="wd" alias t="wd"
function y() { function y() {
@ -158,3 +160,4 @@ function y() {
eval "$(starship init zsh)" eval "$(starship init zsh)"
fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt

View File

@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service
#AUR list #AUR list
echo "Installing AUR packages" echo "Installing AUR packages"
yay -S hyprland-workspaces yay -S hyprland-workspaces tio
#eww compilation #eww compilation
echo "compiling EWW" echo "compiling EWW"