Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blendthink/dotfiles


https://github.com/blendthink/dotfiles

Last synced: 20 days ago
JSON representation

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
```