Files
.dots/zsh/templates/minimal.zshrc
2026-04-05 17:51:45 +05:00

6 lines
95 B
Bash

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