1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Add fzf, nvim and alacritty

This commit is contained in:
J. Fernando Sánchez
2020-05-06 16:33:03 +02:00
parent c3064a3d76
commit 468fa01fa2
7 changed files with 978 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ zstyle ':prezto:*:*' color 'yes'
# Set the Zsh functions to load (man zshcontrib).
# zstyle ':prezto:load' zfunction 'zargs' 'zmv'
zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
# Set the Prezto modules to load (browse modules).
# The order matters.
zstyle ':prezto:load' pmodule \
@@ -35,13 +38,16 @@ zstyle ':prezto:load' pmodule \
'spectrum' \
'utility' \
'completion' \
'fasd' \
'fzf-z' \
'pacman' \
'git' \
'autosuggestions' \
'syntax-highlighting' \
'ssh' \
'prompt'
'prompt' \
'syntax-highlighting'
# 'fasd' \
zstyle ':prezto:module:autosuggestions' color 'yes'

View File

@@ -18,6 +18,7 @@ export VISUAL="myemacs -c"
export ALTERNATE_EDITOR=""
export PAGER='less'
export TERMCMD='i3-sensible-terminal'
export FZFZ_RECENT_DIRS_TOOL=fasd
#
# Language