mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added fzf zsh plugin
This commit is contained in:
parent
406690f232
commit
d407a81ac7
@ -60,6 +60,7 @@ A repository of my personal configuration files.
|
|||||||
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker][docker]]
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker][docker]]
|
||||||
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker-compose][docker-compose]]
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker-compose][docker-compose]]
|
||||||
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract][extract]]
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract][extract]]
|
||||||
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf][fzf]]
|
||||||
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git][git]]
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git][git]]
|
||||||
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore][gitignore]]
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore][gitignore]]
|
||||||
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass][pass]]
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass][pass]]
|
||||||
|
@ -20,6 +20,7 @@ zplug "plugins/composer", from:oh-my-zsh
|
|||||||
zplug "plugins/docker", from:oh-my-zsh
|
zplug "plugins/docker", from:oh-my-zsh
|
||||||
zplug "plugins/docker-compose", from:oh-my-zsh
|
zplug "plugins/docker-compose", from:oh-my-zsh
|
||||||
zplug "plugins/extract", from:oh-my-zsh
|
zplug "plugins/extract", from:oh-my-zsh
|
||||||
|
zplug "plugins/fzf", from:oh-my-zsh
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
zplug "plugins/gitignore", from:oh-my-zsh
|
zplug "plugins/gitignore", from:oh-my-zsh
|
||||||
zplug "plugins/pass", from:oh-my-zsh
|
zplug "plugins/pass", from:oh-my-zsh
|
||||||
@ -77,6 +78,4 @@ gpg-connect-agent updatestartuptty /bye >/dev/null
|
|||||||
# Needed for broot
|
# Needed for broot
|
||||||
source /home/alrayyes/.config/broot/launcher/bash/br
|
source /home/alrayyes/.config/broot/launcher/bash/br
|
||||||
|
|
||||||
source_if_exists /usr/share/fzf/key-bindings.zsh
|
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
|
Loading…
Reference in New Issue
Block a user