From 59ea8dfb3858a0ff2df50b125d7d7f01ef7c0b6e Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Mon, 24 Jun 2024 21:21:50 +1000 Subject: [PATCH] changed to zsh --- .zshrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..702f046 --- /dev/null +++ b/.zshrc @@ -0,0 +1,25 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=10000 +bindkey -v +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/haelnorr/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall + +alias vim=nvim +alias vi=nvim +alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' + +export FZF_DEFAULT_OPTS=" \ +--color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \ +--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \ +--color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8" +source <(fzf --zsh) +export STARSHIP_CONFIG="$HOME/.config/starship/config.toml" +eval "$(starship init zsh)" +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"