https://github.com/shalvah/dotfiles
PowerShell scripts I use for setting up and configuring my Windows machine(s)
https://github.com/shalvah/dotfiles
Last synced: 5 months ago
JSON representation
PowerShell scripts I use for setting up and configuring my Windows machine(s)
- Host: GitHub
- URL: https://github.com/shalvah/dotfiles
- Owner: shalvah
- Created: 2018-11-13T10:26:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T18:50:12.000Z (about 1 year ago)
- Last Synced: 2024-08-14T07:07:24.086Z (8 months ago)
- Language: PowerShell
- Homepage:
- Size: 792 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - shalvah/dotfiles - PowerShell scripts I use for setting up and configuring my Windows machine(s) (PowerShell)
README
# dotfiles
PowerShell scripts I use for setting up and configuring my Windows machine(s)
Powered by:
- ~chocolatey to automate most installations~ No longer recommended; look into using winget
- oh-my-posh and posh-git for configuring my PowerShell
- PowerShell and Windows Registry for uninstalling and configuring other stuffBefore running these scripts the PowerShell script execution policy needs to be changed:
```powershell
Set-ExecutionPolicy Bypass
```Note: running these scripts as-is may not work (especially for the `configure-` scripts), for instance, due to PATH updates and approval prompts. You may need to copy and paste some commands at a time.
When done, copy the contents of the `profile` folder to `C:\Users\shalvah\Documents\PowerShell` (PowerShell 7)