Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neersighted/dotfiles

~/.dotfiles
https://github.com/neersighted/dotfiles

dotfiles linux macos wsl

Last synced: about 1 month ago
JSON representation

~/.dotfiles

Awesome Lists containing this project

README

        

# ~/.dotfiles

## Installation

```sh
# linux, macos:
curl -sSf https://raw.githubusercontent.com/neersighted/dotfiles/master/bootstrap.sh | sh
# freebsd:
fetch -o - https://raw.githubusercontent.com/neersighted/dotfiles/master/bootstrap.sh | sh
```
```pwsh
# windows:
(iwr -UseBasicParsing https://chezmoi.io/get.ps1).Content | powershell -c -; .\bin\chezmoi.exe init --apply --remove neersighted
```

Restart your shell to make sure the changes are fully applied.

## License

This project is licensed under the
[MIT](https://en.wikipedia.org/wiki/MIT_License) license.

See LICENSE for more details.