pyranja / profile

My .dotfiles and utilities
The Unlicense
0 stars 0 forks source link
dotfiles powershell

profile

Build Status Latest Version License

My personal .dotfiles and powershell scripts.

Pre-requisites

py-profile requires at least powershell version 5.0 and the chocolatey client.

Installation

py-profile is available as chocolatey package in my personal nuget feed.

Set PSGallery as trusted module source (Optional)

Set-PSRepository -Name PSGallery -InstallationPolicy Trusted

Add the package feed to chocolatey

choco sources add --source=https://api.bintray.com/nuget/pyranja/py-get --name=py-get

Install the py-profile package (this includes the py-ps powershell module)

choco install py-profile

Installing only py-ps

To install just the powershell scripts, use the built-in module manager

Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module py-ps

Contributing

This project uses the InvokeBuild build system. To get started clone or fork the repository and run:

# install build system
Install-Module Invoke-Build
# install additional build dependencies
Invoke-Build Bootstrap
# run default build tasks
Invoke-Build