Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ega4432/dotfiles

@ega4432 's dotfiles
https://github.com/ega4432/dotfiles

bash dotfiles gitconfig homebrew macos zsh

Last synced: 25 days ago
JSON representation

@ega4432 's dotfiles

Awesome Lists containing this project

README

        

# dotfiles

[![ci](https://github.com/ega4432/dotfiles/actions/workflows/ci.yaml/badge.svg)](https://github.com/ega4432/dotfiles/actions/workflows/ci.yaml)
[![cron](https://github.com/ega4432/dotfiles/actions/workflows/cron.yaml/badge.svg)](https://github.com/ega4432/dotfiles/actions/workflows/cron.yaml)

This is a @ega4432's dotfiles repository.

## Usage

```shell
# macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ega4432/dotfiles/main/install.sh)"

# Ubuntu
/bin/bash -c "$(wget -qO - https://raw.githubusercontent.com/ega4432/dotfiles/main/install.sh)"
```

## Development

```shell
export HOMEBREW_INSTALL_SKIP="true"

./install.sh
```

## Author

ega4432: [GitHub](https://github.com/ega4432), [Twitter](https://twitter.com/ega4432)

## LICENSE

Copyright © 2022 ega4432.
[MIT License](https://github.com/ega4432/dotfiles/blob/main/LICENSE)