Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 15 days ago
JSON representation

Things just the way I like them

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