inital commit
This commit is contained in:
12
.zsh/ohmyzsh.zsh
Normal file
12
.zsh/ohmyzsh.zsh
Normal file
@@ -0,0 +1,12 @@
|
||||
#Confi
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
#Theme
|
||||
ZSH_THEME="bira"
|
||||
|
||||
#plugins
|
||||
plugins=(git kubectl docker npm pip sudo macos zsh-autosuggestions command-not-found zsh-syntax-highlighting 1password)
|
||||
|
||||
#Source
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
Reference in New Issue
Block a user