https://github.com/ega4432/dotfiles
@ega4432 's dotfiles
https://github.com/ega4432/dotfiles
bash dotfiles gitconfig homebrew macos zsh
Last synced: 5 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T03:24:10.000Z (6 months ago)
- Last Synced: 2026-01-11T00:37:32.268Z (6 months ago)
- Topics: bash, dotfiles, gitconfig, homebrew, macos, zsh
- Language: Shell
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
[](https://github.com/ega4432/dotfiles/actions/workflows/ci.yaml)
[](https://github.com/ega4432/dotfiles/actions/workflows/cron.yaml)
This is a @ega4432's dotfiles repository.
## Usage
macOS
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ega4432/dotfiles/main/install.sh)"
```
Ubuntu
```shell
/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)