Updated zshrc

This commit is contained in:
LLM user
2025-03-13 14:03:03 -07:00
parent b990b540ab
commit c9858f8bc8
3 changed files with 8 additions and 2 deletions

View File

@@ -98,7 +98,13 @@ eval $(thefuck --alias fk)
zinit light Aloxaf/fzf-tab zinit light Aloxaf/fzf-tab
if [[ $(uname) == "Darwin" ]]; then
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
elif [[ $(uname) == "Linux" ]]; then
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
fi
bindkey '^[[B' history-search-forward bindkey '^[[B' history-search-forward
bindkey '^[[A' history-search-backward bindkey '^[[A' history-search-backward

View File

@@ -1,3 +1,3 @@
sudo apt update sudo apt update
sudo apt install neovim vim-nox btop htop neofetch curl wget tldr git zip unzip stow zsh cargo --no-install-recommends sudo apt install neovim vim-nox btop htop neofetch curl wget tldr git zip unzip stow zsh zsh-autosuggestions zsh-syntax-highlighting cargo --no-install-recommends
sudo apt install rar unrar --no-install-recommends sudo apt install rar unrar --no-install-recommends

0
lk-installers/install-zellij Normal file → Executable file
View File