Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pensono/dotfiles


https://github.com/pensono/dotfiles

Last synced: 11 days ago
JSON representation

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
```