Files
config/.oh-my-zsh/templates/minimal.zshrc
2025-07-22 16:18:19 +01:00

6 lines
95 B
Bash

export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh