Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eels/dotfiles
- Owner: eels
- License: mit
- Created: 2021-03-23T22:44:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T22:26:22.000Z (2 months ago)
- Last Synced: 2024-08-27T01:26:08.400Z (2 months 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