configure zsh

This commit is contained in:
Isshi0417 2024-07-27 16:35:55 +09:00
parent 598ba5864f
commit e103628981
2 changed files with 11 additions and 0 deletions

1
Oh-My-Zsh/.oh-my-zsh Submodule

@ -0,0 +1 @@
Subproject commit 5e957cdc1653dbdc15d48ef316917d80778da4e8

10
Zsh/.zshrc Normal file
View File

@ -0,0 +1,10 @@
# Set path
export ZSH="$HOME/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
# Plugins
plugins=(git)
# Start starship
eval "$(starship init zsh)"