https://github.com/tay1orjones/dotfiles
🔧 my .files
https://github.com/tay1orjones/dotfiles
bash dotfiles homebrew
Last synced: over 1 year ago
JSON representation
🔧 my .files
- Host: GitHub
- URL: https://github.com/tay1orjones/dotfiles
- Owner: tay1orjones
- License: mit
- Created: 2017-03-22T15:52:50.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T16:27:04.000Z (about 4 years ago)
- Last Synced: 2025-02-12T14:21:36.819Z (over 1 year ago)
- Topics: bash, dotfiles, homebrew
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 28
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> Because life's too short to manually setup my machine
# get started
1. Install/Boot new machine, run through mac setup
2. run `git --version`. This will trigger a prompt to install xcode command line tools
3. Install/agree to xcode command line tools
4. Create dev directory and clone this repo:
```bash
mkdir dev && cd dev && git clone https://github.com/tay1orjones/dotfiles.git && cd dotfiles
```
5. Replace links to private fonts in [./setup.sh](/setup.sh) with live URLs from dropbox.com
6. Run from home directory:
```bash
sh setup.sh
```
## post set up
1. Configure night shift (I've not found a way to automatically configure)
2. Add Dropbox folder to dock (best to do this once logged into dropbox and it's began syncing)
defaults write com.apple.dock persistent-others -array-add 'tile-dataarrangement1displayas1file-labelDropboxfile-type2preferreditemsize-1showas2file-data_CFURLStringfile:///Users/taylorjones/Dropbox/_CFURLStringType15tile-typedirectory-tile'
## acknowledgements
Inspiration and code was taken from many sources, including:
- @alrra (Cãtãlin Mariş) https://github.com/alrra/dotfiles
- @mathiasbynens (Mathias Bynens) https://github.com/mathiasbynens/dotfiles
- @paulirish (Paul Irish) https://github.com/paulirish/dotfiles