Skip to content
/ dotfiles Public

Things just the way I like them

License

Notifications You must be signed in to change notification settings

eels/dotfiles

Repository files navigation


⚙️

dotfiles


Another .dotfiles repository, except this one is mine.

git clone https://github.com/eels/dotfiles ~/.dotfiles

Installation

Clone

git clone https://github.com/eels/dotfiles ~/.dotfiles

Install Xcode Command Line Tools

xcode-select --install

Bootstrap

cd ~/.dotfiles
bash bootstrap.sh

Set macOS defaults

cd ~/.dotfiles
bash ./macos/defaults

Local Secrets & Other Personal Items

To keep environment variables and other personal tokens out of the commit history, create a .localrc file in the shell directory and .zshrc will automatically pick it up. Magic ✨

License

MIT - see the LICENSE.md file for details

Acknowledgments

Thanks to the countless other developers who've uploaded and shared their own dotfiles for me to obsessively trawl through and cherry pick my favourite ideas