Skip to content

Commit

Permalink
feat(zsh): added fzf rose-pine colorscheme and removed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 21, 2024
1 parent e0feaa4 commit 64996a1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions roles/zsh/files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ fi

export STARSHIP_CONFIG="$HOME/.config/starship/starship.toml"

export FZF_DEFAULT_OPTS="
--color=fg:#908caa,bg:#232136,hl:#ea9a97
--color=fg+:#e0def4,bg+:#393552,hl+:#ea9a97
--color=border:#44415a,header:#3e8fb0,gutter:#232136
--color=spinner:#f6c177,info:#9ccfd8,separator:#44415a
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa"

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
ZSH_THEME=""
Expand All @@ -27,13 +34,10 @@ autoload -Uz compinit && compinit
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src

plugins=(
ansible
docker
gh
git
golang
tmux
vault
zoxide
zsh-autosuggestions
zsh-syntax-highlighting
Expand Down

0 comments on commit 64996a1

Please sign in to comment.