feat: dir, install changes

This commit is contained in:
2024-03-03 21:06:52 +00:00
parent 3c5b255bcf
commit 25cd4dba5e
24 changed files with 127 additions and 206 deletions

13
home/.zshrc Normal file
View File

@@ -0,0 +1,13 @@
source $HOME/.profile
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
zstyle ':omz:update' frequency 13
plugins=(git)
source $ZSH/oh-my-zsh.sh