Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chawyehsu/dotfiles
@chawyehsu's dotfiles
https://github.com/chawyehsu/dotfiles
dotfiles linux macos powershell shell windows
Last synced: 2 months ago
JSON representation
@chawyehsu's dotfiles
- Host: GitHub
- URL: https://github.com/chawyehsu/dotfiles
- Owner: chawyehsu
- License: mit
- Created: 2015-07-30T11:47:24.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:54:30.000Z (3 months ago)
- Last Synced: 2024-10-23T19:47:47.681Z (3 months ago)
- Topics: dotfiles, linux, macos, powershell, shell, windows
- Language: PowerShell
- Homepage:
- Size: 2.37 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# dotfiles
> My dotfiles used across different platforms.
![License][license-badge] ![Powered by PowerShell][powershell-badge] ![repo][repo-badge]
## Bootstrap
Prerequisites: PowerShell
```powershell
$ git clone https://github.com/chawyehsu/dotfiles ~/.dotfiles
$ cd ~/.dotfiles
$ pwsh -noprofile ./install.ps1
# Here we go!
```## License
**dotfiles** © [Chawye Hsu](https://github.com/chawyehsu). Released under the [MIT](license) license.
> [Website](https://chawyehsu.com) · GitHub [@chawyehsu](https://github.com/chawyehsu) · Twitter [@chawyehsu](https://twitter.com/chawyehsu)
[powershell-badge]: https://img.shields.io/badge/Powered%20by-PowerShell-2673BB.svg?style=flat-square
[license-badge]: https://img.shields.io/github/license/chawyehsu/dotfiles.svg?style=flat-square
[repo-badge]: https://img.shields.io/github/repo-size/chawyehsu/dotfiles.svg?style=flat-square&colorB=328657