Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 669 Bytes

File metadata and controls

29 lines (19 loc) · 669 Bytes

My very own dotfiles

Scan for secrets 👀

These dotfiles are made for Zsh, so first switch over.

chsh -s $(which zsh)

Initialize submodules (for dotbot)

git submodule update --init --recursive

Run the dotbot install script

./install --except shell

Refresh your environment or just open an new tab and run the install script again with only the shell directive

./install --only shell

Done! 👍