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

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

Awesome Lists containing this project

README

          

# dotfiles for Windows

![GitHub contributors](https://img.shields.io/github/contributors/hardingadonis/dotfiles)
![GitHub top language](https://img.shields.io/github/languages/top/hardingadonis/dotfiles)
![GitHub repo size](https://img.shields.io/github/repo-size/hardingadonis/dotfiles)
![GitHub License](https://img.shields.io/github/license/hardingadonis/dotfiles)

> 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).