Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blendthink/dotfiles
https://github.com/blendthink/dotfiles
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/dotfiles
- Owner: blendthink
- Created: 2022-12-26T11:43:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:55:54.000Z (6 months ago)
- Last Synced: 2024-07-14T06:47:20.220Z (6 months 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
[![E2E_Test](https://github.com/blendthink/dotfiles/actions/workflows/e2e-test.yaml/badge.svg)](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
```