Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neersighted/dotfiles
~/.dotfiles
https://github.com/neersighted/dotfiles
dotfiles linux macos wsl
Last synced: 6 days ago
JSON representation
~/.dotfiles
- Host: GitHub
- URL: https://github.com/neersighted/dotfiles
- Owner: neersighted
- License: mit
- Created: 2013-01-12T15:42:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T23:24:28.000Z (30 days ago)
- Last Synced: 2024-12-30T01:42:00.464Z (13 days ago)
- Topics: dotfiles, linux, macos, wsl
- Language: Shell
- Homepage:
- Size: 14.5 MB
- Stars: 30
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - neersighted/dotfiles - ~/.dotfiles (Shell)
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.