Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.