Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotzero/dotfiles
:octocat: macOS environment: zsh, Oh My Zsh, Git, etc.
https://github.com/dotzero/dotfiles
dotfiles iterm macos unix zsh
Last synced: about 2 months ago
JSON representation
:octocat: macOS environment: zsh, Oh My Zsh, Git, etc.
- Host: GitHub
- URL: https://github.com/dotzero/dotfiles
- Owner: dotzero
- Created: 2017-03-04T07:31:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T07:03:52.000Z (4 months ago)
- Last Synced: 2024-11-02T06:11:38.866Z (2 months ago)
- Topics: dotfiles, iterm, macos, unix, zsh
- Language: Shell
- Homepage: https://dotzero.blog
- Size: 875 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotzero dotfiles
## Install dependencies
### Xcode Command Line Tools
```bash
xcode-select --install
```### Homebrew
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```### Dotfiles
```bash
git clone [email protected]:dotzero/dotfiles.git ~/.0
```## Bootstrap
```bash
~/.0/bootstrap
~/.0/macos
```## Update
```bash
selfupdate
```