Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varp/psdotfiles
PowerShell dotfiles
https://github.com/varp/psdotfiles
Last synced: 29 days ago
JSON representation
PowerShell dotfiles
- Host: GitHub
- URL: https://github.com/varp/psdotfiles
- Owner: varp
- Created: 2015-04-23T08:40:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T17:11:50.000Z (over 9 years ago)
- Last Synced: 2024-10-14T22:14:15.822Z (2 months ago)
- Language: PowerShell
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell dotfiles
## Installation
To install psdotfiles you need to have Git installed on your system. You can download it and install from http://git-scm.com/. Don't forget to add git binary to your system PATH environment variable when you will be install Git.To install PS dotfiles open PowerShell as administrator and run:
* `git clone https://github.com/varp/psdotfiles`
* `cd psdotfiles`
* `Unblock-File .\*`
* `Set-ExecutionyPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned`
* `.\install.ps1`## Help
For getting help run in PowerShell console: `.\install.ps1 help`.