iac/packer/ubuntu-noble/files/.zshrc

22 lines
612 B
Bash
Raw Normal View History

2024-09-21 18:58:16 -04:00
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export PATH=$PATH:$HOME/.local/bin
# Set theme
ZSH_THEME="robbyrussell"
# Plugins
plugins=(git ubuntu copypath copyfile dirhistory zsh-interactive-cd docker docker-compose opentofu zsh-history-substring-search zsh-autosuggestions zsh-syntax-highlighting you-should-use)
source $ZSH/oh-my-zsh.sh
2024-11-02 01:50:25 -04:00
# Set up Oh My Posh Theme
eval "$(oh-my-posh init zsh --config /home/mafyuh/.oh-my-posh/themes/sonicboom_dark.omp.json)"
2024-09-21 18:58:16 -04:00
# Custom aliases
alias dcd="docker compose down"
alias dcu="docker compose up -d"
# Display system information
2024-11-02 01:50:25 -04:00
fastfetch