From 75b2407d2926467933ef1bb58f65b56b6e4fa343 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Thu, 19 May 2022 18:58:08 -0600 Subject: [PATCH] Create .zshrc --- macos/.zshrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 macos/.zshrc diff --git a/macos/.zshrc b/macos/.zshrc new file mode 100644 index 0000000..da34232 --- /dev/null +++ b/macos/.zshrc @@ -0,0 +1,13 @@ +#!/bin/zsh +# Rawley Fowler's .zshrc, last edited May 2022 +export ZSH="$HOME/.oh-my-zsh" + +#Oh my zsh +ZSH_THEME="afowler" +plugins=(git) +source $ZSH/oh-my-zsh.sh + +#PATH +export PATH=$PATH:$HOME/.emacs.d/bin + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh