feat: move configuration files inside home folder
This commit is contained in:
5
home/.config/zsh/ohmyzsh/templates/minimal.zshrc
Normal file
5
home/.config/zsh/ohmyzsh/templates/minimal.zshrc
Normal file
@ -0,0 +1,5 @@
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="robbyrussell"
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
Reference in New Issue
Block a user