feat: lazydocker + docker env update

This commit is contained in:
2024-12-21 16:42:35 +02:00
parent 6432b90149
commit bc05a7b090
3 changed files with 6 additions and 2 deletions

View File

@@ -161,3 +161,4 @@ alias grao="git remote add origin"
alias dotclean="find . -type f -name '._*' -delete"
alias p..="pushd .."
alias ollama-serve="brew services start ollama"
alias ldc="lazydocker"

View File

@@ -33,6 +33,8 @@ brew "gnupg"
brew "jq"
# Simple terminal UI for git commands
brew "lazygit"
# Simple terminal UI for docker
brew "lazydocker"
# Rainbows and unicorns in your console!
brew "lolcat"
# General-purpose lossless data-compression library

View File

@@ -68,8 +68,8 @@ fi
# PNPM
export PNPM_HOME="$HOME/Library/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
if [[ -f $(which pnpm) ]]; then
@@ -152,6 +152,7 @@ if [[ -f ~/.fzf.zsh ]]; then source ~/.fzf.zsh; fi
if [[ -f $(which rbenv) ]]; then eval "$(rbenv init - zsh)"; fi
export SHELLCHECK_OPTS='--shell=bash'
export DOCKER_CLI_HINTS=false
# Auto completion
# [[ ! -f $BREW_HOME/opt/chruby/share/chruby/chruby.sh ]] || source $BREW_HOME/opt/chruby/share/chruby/chruby.sh