https://github.com/hardingadonis/dotfiles
My dotfiles for Windows
https://github.com/hardingadonis/dotfiles
dotfiles powershell scoop windows
Last synced: 8 months ago
JSON representation
My dotfiles for Windows
- Host: GitHub
- URL: https://github.com/hardingadonis/dotfiles
- Owner: hardingadonis
- License: mit
- Created: 2024-03-05T11:03:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T01:33:44.000Z (11 months ago)
- Last Synced: 2025-03-25T02:33:32.769Z (11 months ago)
- Topics: dotfiles, powershell, scoop, windows
- Language: PowerShell
- Homepage:
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles for Windows




> My dotfiles for Windows
```powershell
⣿⣿⣿⠟⠛⠛⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢋⣩⣉⢻⣿⣿⣿
⣿⣿⣿⠀⣿⣶⣕⣈⠹⠿⠿⠿⠿⠟⠛⣛⢋⣰⠣⣿⣿⠀⣿⣿⣿
⣿⣿⣿⡀⣿⣿⣿⣧⢻⣿⣶⣷⣿⣿⣿⣿⣿⣿⠿⠶⡝⠀⣿⣿⣿
⣿⣿⣿⣷⠘⣿⣿⣿⢏⣿⣿⣋⣀⣈⣻⣿⣿⣷⣤⣤⣿⡐⢿⣿⣿
⣿⣿⣿⣿⣆⢩⣝⣫⣾⣿⣿⣿⣿⡟⠿⠿⠦⠀⠸⠿⣻⣿⡄⢻⣿
⣿⣿⣿⣿⣿⡄⢻⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣾⣿⣿⣿⣿⠇⣼⣿
⣿⣿⣿⣿⣿⣿⡄⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⣰⣿⣿
⣿⣿⣿⣿⣿⣿⠇⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢀⣿⣿⣿
⣿⣿⣿⣿⣿⠏⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢸⣿⣿⣿
⣿⣿⣿⣿⠟⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⣿⣿⣿
⣿⣿⣿⠋⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⣿⣿⣿
⣿⣿⠋⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢸⣿⣿
```
## PC Information
- **Laptop**: MSI Modern 15 A5M 239VN
- **OS**: Windows 11
## For Windows
- Run `setup.ps1` to install all the necessary software and tools.
- **Note**: You may need to change the execution policy to run the script. Run:
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```
## My note
- Check [NOTE.md](NOTE.md) for more information.
## Active Windows or Office
- Copy & paste in PowerShell:
```powershell
irm https://get.activated.win | iex
```
## License
- [dotfiles-windows](https://github.com/hardingadonis/dotfiles-windows) is licensed under the [MIT License](LICENSE).