ssh works ????
parent
f9031f4162
commit
9739d4b2f3
22
.zshrc
22
.zshrc
|
|
@ -121,6 +121,13 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# 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 ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
@ -132,6 +139,12 @@ alias ..="cd .."
|
||||||
|
|
||||||
alias m="micro"
|
alias m="micro"
|
||||||
alias sm="sudo 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 gita="git add ."
|
||||||
alias gitc="git commit -m"
|
alias gitc="git commit -m"
|
||||||
|
|
@ -150,11 +163,11 @@ function gitf() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
alias icat="kitten icat"
|
alias icat="kitty +kitten icat"
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
alias c="cls"
|
alias c="cls"
|
||||||
|
|
||||||
alias kssh="kitten ssh"
|
alias s="kitten ssh"
|
||||||
|
|
||||||
alias serial="sudo tio -a latest"
|
alias serial="sudo tio -a latest"
|
||||||
|
|
||||||
|
|
@ -175,9 +188,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
|
|
||||||
|
|
||||||
export TERM=xterm-256color
|
|
||||||
|
|
|
||||||
|
|
@ -59,3 +59,5 @@ export TERM=xterm-256color
|
||||||
#eval "$(starship init bash)"
|
#eval "$(starship init bash)"
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
export PS1="\u@\H>\t "
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,16 @@
|
||||||
font_family Agave Nerd Font
|
font_family Agave Nerd Font
|
||||||
font_size 13.0
|
font_size 13.0
|
||||||
shell_integration no-cursor
|
shell_integration enabled
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
cursor_blink_interval 0
|
cursor_blink_interval 4
|
||||||
window_padding_width 0
|
window_padding_width 4
|
||||||
scrollback_lines 20000
|
scrollback_lines 20000
|
||||||
background_opacity 0.4
|
background_opacity 0.4
|
||||||
background_blur 1
|
background_blur 1
|
||||||
shell_integration no_cursor
|
|
||||||
editor micro
|
editor micro
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|
||||||
map ctrl+f1 new_window_with_cwd
|
map f1 new_tab_with_cwd
|
||||||
|
|
||||||
map f2 previous_tab
|
map f2 previous_tab
|
||||||
map f3 next_tab
|
map f3 next_tab
|
||||||
|
|
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
|
remote_dir .local/share/kitty-ssh-kitten
|
||||||
copy --dest .bashrc Dotfiles/desktopenvs/hyprland/kitty/bash-remoteconf
|
copy --dest .bashrc Dotfiles/desktopenvs/hyprland/kitty/bash-remoteconf
|
||||||
|
shell_integration inherited
|
||||||
|
remote_kitty if-needed
|
||||||
|
share_connections yes
|
||||||
|
askpass native
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service
|
||||||
|
|
||||||
#AUR list
|
#AUR list
|
||||||
echo "Installing AUR packages"
|
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
|
#eww compilation
|
||||||
echo "compiling EWW"
|
echo "compiling EWW"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue