Giter Site home page Giter Site logo

dotfiles-windows's People

Contributors

jayharris avatar ppejovic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles-windows's Issues

Add font Source Code Pro

The Gvim profile references Source Code Pro, but it is not installed by the default dependencies script.

Use correct GUID?

if (!(Test-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{C1D23ACC-752B-43E5-8448-8D0E519CD6D6}")) {New-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{C1D23ACC-752B-43E5-8448-8D0E519CD6D6}" -Type Folder | Out-Null}

has the same GUID (C1D23ACC-752B-43E5-8448-8D0E519CD6D6}) as line 82:

if (!(Test-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{C1D23ACC-752B-43E5-8448-8D0E519CD6D6}")) {New-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{C1D23ACC-752B-43E5-8448-8D0E519CD6D6}" -Type Folder | Out-Null}

Is this correct?

`node-gyp`: The task factory "CodeTaskFactory" could not be loaded

When installing some node packages that use node-gyp, such as node-inspector, a CodeTaskFactory error is thrown by MSBuild.

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\CodeAnalysis\Microsoft.CodeAnalysis.targets(219,5): error MSB4175: The task factory "CodeTaskFactory" could not be loaded from the assembly "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.v12.0.dll". Could not load file or assembly 'file:///C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.v12.0.dll' or one of its dependencies. The system cannot find the file specified.

This only occurs when the main Visual Studio is 2015, and not under 2013.

Set Default Browser

Is there a way to set the default browser via the Registry? If so, Chrome.

Create dotfiles packaging script

The bootstrap command will copy all of the repository files to their appropriate location. Create a reverse file that will gather scripts back into a local repository directory. This will be useful for when modifications to the scripts have been made in their primary locations and the changes should be persisted into the repository.

System Update function

The OSX .dotfiles includes an update alias that will download and install the latest OSX, Brew, NPM, and Gem updates. This would be useful in Windows, too.

Create an alias that will download and install the latest Recommended Updates from Microsoft Update, as well as update NPM modules and Gems (if NPM / Ruby are installed).

Python Install broken through Web Platform Installer

The Python 2.7.9 installation through Web Platform Installer is broken. (WebPI is using an old CodePlex URL to install Python, and CodePlex is in Archive mode.) Switch the Python installation to using something else like Chocolatey.

Switch to main Fiddler chocolatey package

Switch from fiddler4 to fiddler choco package.

The fiddler4 package no longer exists:

fiddler4 not installed. The package was not found with the source(s) listed.

Global Confirmation in Chocolately

In the chocolatey.ps1 file, we should either set the -y flag on all cinst calls or, preferably, set the 'allowGlobalConfirmation' flag on chocolatey. This will prevent the yes/no/cancel prompts on all installs.

Visual Studio functions not created

The Visual Studio Functions (vs, vsadmin, and Install-VSExtension) are not registered when running PoSh. If you run the functions file a second time, they will be created.

Support launching Visual Studio 2019 from PoSh

Add support to the vs and vsadmin PowerShell commands to launch Visual Studio 2019. Use the location found in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\devenv.exe

VS Commands to import settings.

I use several VSSettings files, including one for a Single Monitor (on the road) and one for Multiple Monitors (at my desk). It would be great to have PoSh commands within Visual Studio's Package Manager Console to easily import VSSettings (rather than wasting time with the Import UI).

$dte.ExecuteCommand("Tools.ImportandExportSettings", "/import:""$path""")

User\Documents\WindowsPowerShell

The files that get copied there, are they supposed to auto execute?
As I have to do them manually?

I put the extra.ps1 in the folder root, but it didn't get used, is it in the wrong place?

Thanks for your hard work, and sorry for the stupid question.

Dave

Remove `curl` alias for `Invoke-WebRequest`

Even though curl is installed through chocolatey.ps1, curl commands are still shipped to Invoke-WebRequest due to a default alias within PoSh.

Remove the alias: rm alias:curl

Might as well do the same for wget since it is also a default alias for iwr.

Update install.ps1 for Windows 10

By default, .NET 4.5 is not installed with Windows 10. For Win10 users, the version check in install.ps1 needs to look for 4.6.x.

Disk Cleanup scheduled task

Make a scheduled task to clean up Windows (Clean temporary files, cleanup after Windows Update, and other items that Disk Cleanup is used for)

SSL/TLS Exception on Git-Free Install

When attempting a Git-Free install, the repository archive fails to download, throwing a The request was aborted: Could not create SSL/TLS secure channel. exception.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.