Draws heavily from Zack Holman's dotfiles as well as Derek M Franks' dotfiles.
On macOS leave system version of softwares alone and use Homebrew to install packages/software needed
To get started:
git clone https://github.com/msuzoagu/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap-
supported shell is Zsh
-
Everything is built around topic areas. If you're adding a new area to the forked dotfiles — say, "Java" — you can simply add a
javadirectory and put files in there -
Anything with an extension of
.zshis automatically loaded into your shell
- In
zsh/zshrc.symlink, we read and execute all files with .zsh extension via source command
-
Anything with an extension of
.symlinkgets symlinked into $HOME when you runscript/bootstrap. Readinstall_dotfilesfunction inscript/bootstrap -
Anything in
bin/**gets added to your$PATH. Readzsh/fpath.zshas well aszsh/config.zsh