re make dotfiles
This commit is contained in:
parent
485507e2a9
commit
406d1da86b
10 changed files with 246 additions and 333 deletions
13
zsh/.zshrc
Normal file
13
zsh/.zshrc
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue