Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonsmith/dotfiles
My mac setup
https://github.com/simonsmith/dotfiles
dotfiles
Last synced: 10 days ago
JSON representation
My mac setup
- Host: GitHub
- URL: https://github.com/simonsmith/dotfiles
- Owner: simonsmith
- Created: 2015-07-20T23:36:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T11:03:58.000Z (25 days ago)
- Last Synced: 2024-10-18T08:55:15.674Z (19 days ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 3.84 MB
- Stars: 85
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
Mac config and setup steps.
## First steps
Install Homebrew
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```This will also install command line tools
Clone dotfiles to home directory
```
git clone https://github.com/simonsmith/dotfiles.git
```## Install
Run install script from dotfiles directory:
```
cd dotfiles
./install.sh
```Set macOS defaults:
```
./scripts/macos.sh
```When complete, open new terminal window and run `zplug install`
## Manual steps
* Add private dotfiles to home directory (`.extra` and `.gitconfig.local`).