Skip to content

Commit

Permalink
Disable SourceFontPro Install
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoCahete committed May 1, 2016
1 parent 3af83d2 commit 8d1b386
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PowerShell/Install-PowerShell_Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkdir $PSFolder\Functions | Out-Null
. ($PSFolder + '.\Functions\UpdatePowerShell.ps1')
. ($PSFolder + '.\Functions\Get-FileEncoding.ps1')
. ($PSFolder + '.\Functions\Check-WindowsFeature.ps1')
. ($PSFolder + '.\Functions\Install-SourceProFont.ps1')
#. ($PSFolder + '.\Functions\Install-SourceProFont.ps1')



Expand Down Expand Up @@ -102,7 +102,7 @@ function Install-PowerShellProfile {
}

# Install SourcePro Font
Install-SourceProFont
#Install-SourceProFont


# Scoop -- http://scoop.sh/
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,18 @@ This PowerShell profile contains (and obvious install) some components:
- [posh-npm](https://github.com/MSOpenTech/posh-npm) - Powershell-NPM integration
- [PSGet](http://psget.net/) - Search and install PowerShell modules easy. (PowerShell5 do it natively)

#### Tools
This script add some handy tools, like [z](https://github.com/JannesMeyer/z.ps).

z is a "utility to jump to your favorite directories".

You just need to type "z" on PowerShell console to see the magic. You can see all the commands [here](https://github.com/JannesMeyer/z.ps#usage)


## Scripts
PowerShell profile contains part or full scripts from other sources
- Modified version of [PoshFunctions Powershell Update](https://github.com/kilasuit/PoshFunctions)
- [Wormeyman SourceCode Font Install](https://gist.github.com/wormeyman/9041798)
- ~~[Wormeyman SourceCode Font Install](https://gist.github.com/wormeyman/9041798)~~ # Disabled for now (2016-05-01)
- [Check is User has privileges to run (Check is Admin)](https://blogs.technet.microsoft.com/heyscriptingguy/2011/05/11/check-for-admin-credentials-in-a-powershell-script/)

## Functions
Expand Down Expand Up @@ -80,7 +87,7 @@ The following functions are not yet complete or tested, so the use is not recomm
Isn't automatized yet, but you can edit alias, colors and all that pshazz using: ```pshazz edit monokaivs```
To edit colors, you can edit concfg using: ```concfg export``` edit than do ```concfg import``` and edit Porfile Itself

More info, at [Components](#Components) section above.
More info, at [Components](#components) section above.



Expand All @@ -90,7 +97,7 @@ More info, at [Components](#Components) section above.
- ~~Fix Posh-Git don't working~~
- ~~Use [Git Credential Manager](https://github.com/Microsoft/Git-Credential-Manager-for-Windows)~~
- ~~Install NodeJS~~
- ~~Separete functions for external use~~
- ~~Separate functions for external use~~


- Backup PowerShell profile first
Expand Down

0 comments on commit 8d1b386

Please sign in to comment.