Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 603 Bytes

~/.dotfiles

Installation

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

See LICENSE for more details.