Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pensono/dotfiles
https://github.com/pensono/dotfiles
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pensono/dotfiles
- Owner: pensono
- Created: 2018-09-28T17:22:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T19:07:20.000Z (8 months ago)
- Last Synced: 2024-04-28T03:19:41.654Z (8 months ago)
- Language: PowerShell
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Windows setup
Personal:
```
# Run from admin powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/pensono/Dotfiles/master/windows/Setup.ps1')); Install-Personal
```Work
```
# Run from admin powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/pensono/Dotfiles/master/windows/Setup.ps1')); Install-Work
```