From 7d884bc7936c14acff6c391910a3bf512cd15fcd Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 31 May 2026 19:07:48 +0300 Subject: [PATCH] added some more apps --- .config/k/config.toml | 5 +++ .zshrc-other | 72 ------------------------------------------- 2 files changed, 5 insertions(+), 72 deletions(-) delete mode 100644 .zshrc-other diff --git a/.config/k/config.toml b/.config/k/config.toml index 4ca3b69..36c3afb 100644 --- a/.config/k/config.toml +++ b/.config/k/config.toml @@ -41,6 +41,11 @@ sqlite unzip gitleaks hyperfine +vesktop-1.6.5.x86_64.rpm +qdbus +eog +loupe +nomacs ''' [system.copr] diff --git a/.zshrc-other b/.zshrc-other deleted file mode 100644 index ed7e8d2..0000000 --- a/.zshrc-other +++ /dev/null @@ -1,72 +0,0 @@ - -# Zsh plugins -zinit ice wait lucid && zinit light zsh-users/zsh-syntax-highlighting -zinit ice wait lucid && zinit light zsh-users/zsh-completions -zinit ice wait lucid && zinit light Aloxaf/fzf-tab -zinit light zsh-users/zsh-autosuggestions - -# 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 $realpath' -zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls $realpath' - -# Load oh my posh -eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/tokyocat.omp.yml)" - -# Shell integrations -zinit ice wait lucid atload'source <(fzf --zsh)' && zinit load zdharma-continuum/null -zinit ice wait lucid atload'eval "$(zoxide init --cmd cd zsh)"' && zinit load zdharma-continuum/null -zinit ice wait lucid atload'source <(k completion zsh)' && zinit load zdharma-continuum/null - -# Fzf -export FZF_DEFAULT_COMMAND="fd --hidden --strip-cwd-prefix --exclude .git" -export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -export FZF_ALT_C_COMMAND="fd --type=d --hidden --strip-cwd-prefix --exclude .git" -export FZF_DEFAULT_OPTS=" \ - --color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \ - --color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \ - --color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8" -source fzf-git.sh - -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 -##############################33 - -# Fzf Completions -zinit light Aloxaf/fzf-tab # Needs to be loaded before other plugins -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 $realpath' -zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls $realpath' - -# Zsh plugins -zinit ice wait lucid && zinit light zsh-users/zsh-syntax-highlighting -zinit ice wait lucid && zinit light zsh-users/zsh-completions -zinit light zsh-users/zsh-autosuggestions - -# Shell integrations -zinit ice wait lucid atload'eval "$(zoxide init --cmd cd zsh)"' -zinit ice wait lucid atload'source <(k completion zsh)' -eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/tokyocat.omp.yml)" - -# Fzf -export FZF_DEFAULT_COMMAND="fd --hidden --strip-cwd-prefix --exclude .git" -export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -export FZF_ALT_C_COMMAND="fd --type=d --hidden --strip-cwd-prefix --exclude .git" -export FZF_DEFAULT_OPTS=" \ - --color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \ - --color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \ - --color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8" -source fzf-git.sh -source <(fzf --zsh)