https://github.com/zhongruoyu/dotfiles
Dotfiles that I use on macOS, Linux, and other UNIX systems. And some on Windows, too.
https://github.com/zhongruoyu/dotfiles
bash dotfiles zsh
Last synced: 4 months ago
JSON representation
Dotfiles that I use on macOS, Linux, and other UNIX systems. And some on Windows, too.
- Host: GitHub
- URL: https://github.com/zhongruoyu/dotfiles
- Owner: ZhongRuoyu
- License: mit
- Created: 2022-08-05T16:43:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T15:44:58.000Z (7 months ago)
- Last Synced: 2025-11-29T13:16:04.720Z (7 months ago)
- Topics: bash, dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 236 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Dotfiles that I use on macOS, Linux, Windows, and other systems.
## Installation
To install the dotfiles, run:
```shell
./install.sh
```
By default, the installation script does not prompt for confirmation before
overwriting files.
To request confirmation before attempting to overwrite files, run:
```shell
./install.sh -i
```
## Inspiration
The structure of this repository takes inspiration from
[sambacha/dotfiles2](https://github.com/sambacha/dotfiles2)
([MIT-licensed](https://github.com/sambacha/dotfiles2/blob/HEAD/LICENSE.txt)).
## License
The source code is MIT-licensed. See [`LICENSE`](LICENSE) for details.