You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
243 B
Bash

#!/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