Skip to content

Commit

Permalink
fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yu committed Sep 15, 2020
1 parent ca56343 commit 86f395b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.zshrc
Expand Up @@ -111,3 +111,5 @@ antigen apply

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
1 change: 1 addition & 0 deletions zsh/Brewfile
@@ -1,2 +1,3 @@
brew "bat"
brew "exa"
brew "fzf"
3 changes: 3 additions & 0 deletions zsh/install.sh
@@ -1,6 +1,9 @@
# Install any brew dependencies
brew bundle

# Install fzf bindings and completion
$(brew --prefix)/opt/fzf/install

# Install any python dependencies
pip install -r requirements.txt

Expand Down

0 comments on commit 86f395b

Please sign in to comment.