Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collinbarrett/box-setup
A set of instructions and scripts to document and semi-automate the setup of a new Windows developer machine
https://github.com/collinbarrett/box-setup
chocolatey dotfiles git ohmyzsh windows-terminal wsl zsh
Last synced: about 2 months ago
JSON representation
A set of instructions and scripts to document and semi-automate the setup of a new Windows developer machine
- Host: GitHub
- URL: https://github.com/collinbarrett/box-setup
- Owner: collinbarrett
- License: mit
- Archived: true
- Created: 2020-03-04T23:31:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T14:31:52.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:16:01.793Z (6 months ago)
- Topics: chocolatey, dotfiles, git, ohmyzsh, windows-terminal, wsl, zsh
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - collinbarrett/box-setup - A set of instructions and scripts to document and semi-automate the setup of a new Windows developer machine (Shell)
README
# box-setup
A set of instructions and scripts to document and semi-automate the setup of a new Windows developer machine
Inspired by [gpspake/dotfiles](https://github.com/gpspake/dotfiles)
Best executed in order. See README in each directory.
## Fresh Install
1. Create bootable installer via [Windows 10 media creation tool](https://www.microsoft.com/en-us/software-download/windows10)
2. Boot to installer
3. Delete all existing partitions
4. Install Windows 10
5. After initial setup, sign into Microsoft Store to upgrade to Windows 10 Pro
6. Run [O&O AppBuster](https://www.oo-software.com/en/ooappbuster) to remove bloatware
7. Reset PC## Configuration
0. Do not connect to network yet
1. Enable BitLocker
2. Run [WindowsSpyBlocker](https://github.com/crazy-max/WindowsSpyBlocker)
3. Run [O&O ShutUp10](https://www.oo-software.com/en/shutup10)
4. Connect to network
5. [Configure WSL](https://github.com/collinbarrett/box-setup/tree/main/wsl)
6. [Configure git](https://github.com/collinbarrett/box-setup/tree/main/git)
7. [Configure Windows](https://github.com/collinbarrett/box-setup/tree/main/windows)
8. Configure [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) and install apps
9. [Configure BleachBit](https://github.com/collinbarrett/box-setup/tree/main/bleachbit)
10. [Configure windows-terminal](https://github.com/collinbarrett/box-setup/tree/main/windows-terminal)
11. [Configure zsh](https://github.com/collinbarrett/box-setup/tree/main/zsh)
12. Configure Firefox
13. Configure Visual Studio Code
14. Configure Visual Studio