eels / dotfiles

Things just the way I like them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


⚙️

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

About

Things just the way I like them

License:MIT License


Languages

Language:Shell 79.0%Language:JavaScript 21.0%