Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:50:54.000Z (3 months ago)
- Last Synced: 2024-10-20T15:42:13.709Z (3 months ago)
- Topics: bash, dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 223 KB
- Stars: 3
- Watchers: 3
- 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
```## License
The source code is MIT-licensed. See [`LICENSE`](LICENSE) for details.