https://github.com/eels/dotfiles
Things just the way I like them
https://github.com/eels/dotfiles
configuration dotfiles git macos shell zsh
Last synced: 4 months ago
JSON representation
Things just the way I like them
- Host: GitHub
- URL: https://github.com/eels/dotfiles
- Owner: eels
- License: mit
- Created: 2021-03-23T22:44:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T06:02:15.000Z (about 1 year ago)
- Last Synced: 2025-06-04T22:47:50.458Z (about 1 year ago)
- Topics: configuration, dotfiles, git, macos, shell, zsh
- Language: Shell
- Homepage:
- Size: 2.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
:gear:
dotfiles
Another .dotfiles repository, except this one is mine.
git clone https://github.com/eels/dotfiles ~/.dotfiles
## Installation
### Clone
```bash
git clone https://github.com/eels/dotfiles ~/.dotfiles
```
### Install Xcode Command Line Tools
```bash
xcode-select --install
```
### Bootstrap
```bash
cd ~/.dotfiles
bash bootstrap.sh
```
### Set macOS defaults
```bash
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 :sparkles:
## License
MIT - see the [LICENSE.md](https://github.com/eels/dotfiles/blob/main/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