Skip to content

Commit

Permalink
feat: add CLI tools configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed May 9, 2024
1 parent dcf3c9c commit 7e0f77e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,24 @@ plugins=(
dnf
docker
docker-compose
fd
fzf
gh
git
git-auto-fetch
golang
helm
kubectl
python
ripgrep
terraform
vscode
)

source $ZSH/oh-my-zsh.sh

# User configuration

# export MANPATH="/usr/local/man:$MANPATH"
export BAT_THEME="base16"

# You may need to manually set your language environment
# export LANG=en_US.UTF-8
Expand All @@ -104,19 +106,17 @@ else
export EDITOR='nvim'
fi

export BAT_THEME="base16"
# Compilation flags
# export ARCHFLAGS="-arch x86_64"

# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias li="task -g light"
alias da="task -g dark"
alias e='eza -l --total-size --time-style long-iso --group-directories-first --icons=auto'
alias ea='e -a'
alias et='e -T'

eval "$(starship init zsh)"

0 comments on commit 7e0f77e

Please sign in to comment.