Skip to content

heyjaywilson/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dot files I use for various macOS configuration

Setup

Add this code to your ~/.zshrc file

# Fig pre block. Keep at the top of this file.
. "$HOME/.fig/shell/zshrc.pre.zsh"
for conf in "$HOME/Developer/personal/dotfiles/"*.zsh; do #make sure to change this to the directory where the dotfiles is cloned
  source "${conf}"
done
unset conf

# Uncomment the code block below if there are no private files
# needed
#
# for conf in "$HOME/Developer/personal/dotfiles/#private_files/"*.zsh; do
#   source "${conf}"
# done
# unset conf

# Fig post block. Keep at the bottom of this file.
. "$HOME/.fig/shell/zshrc.post.zsh"

About

My dot files I use for various macOS configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages