Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ega4432/dotfiles
- Owner: ega4432
- License: mit
- Created: 2022-04-10T04:14:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T06:38:04.000Z (11 months ago)
- Last Synced: 2024-04-23T06:39:21.799Z (7 months ago)
- Topics: bash, dotfiles, gitconfig, homebrew, macos, zsh
- Language: Shell
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)