diff --git a/.zshrc b/.zshrc index bcc6fd6..a22207c 100755 --- a/.zshrc +++ b/.zshrc @@ -121,6 +121,13 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + + +fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt + +export TERM=xterm-256color + + alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' @@ -132,6 +139,12 @@ alias ..="cd .." alias m="micro" alias sm="sudo micro" +alias e="edit-in-kitty" +alias et="edit-in-kitty --type=tab" +alias ek="edit-in-kitty --type=window" +alias ew="kitty --detach micro" + +alias fs="fast-ssh" alias gita="git add ." alias gitc="git commit -m" @@ -150,11 +163,11 @@ function gitf() { fi } -alias icat="kitten icat" +alias icat="kitty +kitten icat" alias cls="clear" alias c="cls" -alias kssh="kitten ssh" +alias s="kitten ssh" alias serial="sudo tio -a latest" @@ -175,9 +188,4 @@ function y() { } - eval "$(starship init zsh)" - -fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt - -export TERM=xterm-256color diff --git a/desktopenvs/hyprland/kitty/bash-remoteconf b/desktopenvs/hyprland/kitty/bash-remoteconf index 52f0786..899f0c6 100644 --- a/desktopenvs/hyprland/kitty/bash-remoteconf +++ b/desktopenvs/hyprland/kitty/bash-remoteconf @@ -59,3 +59,5 @@ export TERM=xterm-256color #eval "$(starship init bash)" #fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt + +export PS1="\u@\H>\t " diff --git a/desktopenvs/hyprland/kitty/kitty.conf b/desktopenvs/hyprland/kitty/kitty.conf index a86b760..7f6371c 100644 --- a/desktopenvs/hyprland/kitty/kitty.conf +++ b/desktopenvs/hyprland/kitty/kitty.conf @@ -1,17 +1,16 @@ font_family Agave Nerd Font font_size 13.0 -shell_integration no-cursor +shell_integration enabled cursor_shape block -cursor_blink_interval 0 -window_padding_width 0 +cursor_blink_interval 4 +window_padding_width 4 scrollback_lines 20000 background_opacity 0.4 background_blur 1 -shell_integration no_cursor editor micro confirm_os_window_close 0 -map ctrl+f1 new_window_with_cwd +map f1 new_tab_with_cwd map f2 previous_tab map f3 next_tab diff --git a/desktopenvs/hyprland/kitty/ssh.conf b/desktopenvs/hyprland/kitty/ssh.conf index a803652..689163d 100644 --- a/desktopenvs/hyprland/kitty/ssh.conf +++ b/desktopenvs/hyprland/kitty/ssh.conf @@ -1 +1,6 @@ +remote_dir .local/share/kitty-ssh-kitten copy --dest .bashrc Dotfiles/desktopenvs/hyprland/kitty/bash-remoteconf +shell_integration inherited +remote_kitty if-needed +share_connections yes +askpass native diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 5e5d9b0..82d3890 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service #AUR list echo "Installing AUR packages" -No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-workspaces bluetuith tio +No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-workspaces bluetuith tio fast-ssh #eww compilation echo "compiling EWW"