https://github.com/blendthink/dotfiles
https://github.com/blendthink/dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/dotfiles
- Owner: blendthink
- Created: 2022-12-26T11:43:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:55:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T05:30:07.570Z (over 1 year ago)
- Language: Shell
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
[](https://github.com/blendthink/dotfiles/actions/workflows/e2e-test.yaml)
## Requirements
```zsh
sw_vers
```
```
ProductName: macOS
ProductVersion: 13.4.1
BuildVersion: 22F82
```
```zsh
zsh --version
```
```
zsh 5.9 (x86_64-apple-darwin22.0)
```
## Installation
```zsh
# Work
sudo curl https://raw.githubusercontent.com/blendthink/dotfiles/main/install.zsh | zsh -s work
# Private
sudo curl https://raw.githubusercontent.com/blendthink/dotfiles/main/install.zsh | zsh -s private
```