Dotfiles update 2025-12-27 03:27

This commit is contained in:
Aaron D. Lee
2025-12-27 03:27:33 -05:00
parent c1c989b010
commit 595fa41825
9 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@@ -308,6 +308,14 @@ alias dfc='dotfiles-cli'
alias hist="history" alias hist="history"
alias cls="clear" alias cls="clear"
alias q="exit" alias q="exit"
alias vm="mv"
# Docker Stuff
dkr-rbld() {
sudo docker-compose down
sudo docker-compose up --build -d
}
# Markdown viewer with glow # Markdown viewer with glow
if command -v glow &>/dev/null; then if command -v glow &>/dev/null; then

BIN
zsh/lib/bootstrap.zsh.zwc Normal file

Binary file not shown.

BIN
zsh/lib/colors.zsh.zwc Normal file

Binary file not shown.

BIN
zsh/lib/config.zsh.zwc Normal file

Binary file not shown.

BIN
zsh/lib/machines.zsh.zwc Normal file

Binary file not shown.

BIN
zsh/lib/plugins.zsh.zwc Normal file

Binary file not shown.

BIN
zsh/lib/utils.zsh.zwc Normal file

Binary file not shown.

Binary file not shown.