added ghostty config, finally added a real font to kitty :3
This commit is contained in:
19
.zshrc
19
.zshrc
@@ -25,6 +25,9 @@ autoload -U compinit && compinit
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
bindkey '^[[A' history-search-backward
|
||||
bindkey '^[[B' history-search-forward
|
||||
|
||||
#History
|
||||
HISTSIZE=10000
|
||||
HISTFILE=~/.zsh_history
|
||||
@@ -38,10 +41,22 @@ setopt hist_save_no_dups
|
||||
setopt hist_ignore_dups
|
||||
setopt hist_find_no_dups
|
||||
|
||||
# Add in snippets
|
||||
zinit snippet OMZL::git.zsh
|
||||
zinit snippet OMZP::git
|
||||
zinit snippet OMZP::sudo
|
||||
zinit snippet OMZP::archlinux
|
||||
zinit snippet OMZP::aws
|
||||
zinit snippet OMZP::kubectl
|
||||
zinit snippet OMZP::kubectx
|
||||
zinit snippet OMZP::command-not-found
|
||||
|
||||
# Completion styling
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
||||
zstyle ':completion:*' menu no
|
||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
|
||||
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
|
||||
|
||||
alias vim="nvim"
|
||||
alias cls="clear"
|
||||
@@ -50,10 +65,8 @@ alias femboy="echo '$USER is a femboy'"
|
||||
alias shut="shutdown now"
|
||||
alias re="reboot"
|
||||
alias dragon-drop="GDK_BACKEND=x11 dragon-drop"
|
||||
alias ls="ls --color"
|
||||
alias ls="exa"
|
||||
alias sshserver="ssh -i ~/.ssh/GlaServer00 81.21.121.109"
|
||||
alias timeshift-gui="sudo -E timeshift-launcher"
|
||||
alias ollama_start="HSA_OVERRIDE_GFX_VERSION=10.3.0 ollama serve"
|
||||
export EDITOR=nvim
|
||||
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
|
||||
alias moonpi='ssh 192.168.178.35 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""'
|
||||
|
||||
Reference in New Issue
Block a user