Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 850 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 850 Bytes

zsh config

Setup

Requirements

Arch

yay -S --needed pkgfile zsh git fzf direnv python-pipenv kubectx ripgrep bat gron-bin git tree tldr fd eza oh-my-posh
sudo systemctl enable pkgfile-update.timer

macOS

brew install coreutils gnu-sed gnu-which zsh git fzf direnv pipenv kubectx ripgrep bat gron git tree tldr fd eza oh-my-posh
/opt/homebrew/opt/fzf/install --key-bindings --completion --no-update-rc

Install

git clone git@github.com:belminf/dotzsh.git ~/.zsh
make init

Update

make update

Keys

  • Ctrl T: Find a file
  • Ctrl R: Search history
  • Ctrl Q: Push line till next prompt (e.g., forgot to run a different command first)
  • Ctrl B: Copy what is on the command line buffer