From ea77d9c80fdeb61adbe5b8a874a6da081b2b08fe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 27 Oct 2023 09:38:08 +0900 Subject: [PATCH] added .zshrc --- assets/.zshrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 assets/.zshrc diff --git a/assets/.zshrc b/assets/.zshrc new file mode 100644 index 0000000..e0f9bd9 --- /dev/null +++ b/assets/.zshrc @@ -0,0 +1,18 @@ +# If you come from bash you might have to change your $PATH. +# export PATH=$HOME/bin:/usr/local/bin:$PATH + +export ZSH="$HOME/.oh-my-zsh" + +ZSH_THEME="mikeh" + +plugins=( + git + archlinux + zsh-autosuggestions + zsh-syntax-highlighting +) + +source $ZSH/oh-my-zsh.sh + + +