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: 4 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
```

## 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.