inital commit

This commit is contained in:
2024-10-29 12:47:40 +01:00
commit 31eddd19e0
43 changed files with 1678 additions and 0 deletions

12
.zsh/ohmyzsh.zsh Normal file
View 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