ZSH Refactoring

Refactored ZSH into it's own stow directory, and renamed it inside
of stow directory to follow the --dotfiles directive for stow.
This commit is contained in:
2024-08-01 13:53:58 -04:00
parent f6239d9d58
commit 8c0b9931bc

18
zsh/dot-zshrc Normal file
View File

@@ -0,0 +1,18 @@
# Our ZSH configuration
############### ALIASES ####################
# Load bottom with the proper color scheme
alias btm="btm --color=gruvbox"
# Remap ls to use lsd
alias ls="lsd"
# Replace cat with bat
alias cat="bat"
############### END ALIASES ###############
# Finally we want to use starship for our prompt
# (because rust that's why)
eval "$(starship init zsh)"