Skip to content

evancummings/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell

  • Place profile.ps1 in C:\Users\Evan\Documents\WindowsPowerShell\ (create it if it doesn't exist!)
  • Run PowerShell
  • You will see the following error message:
File C:\Users\Evan\Documents\WindowsPowerShell\profile.ps1 cannot be loaded because running scripts is disabled on
 this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170
  • Close PowerShell
  • Re-run PowerShell, this time 'As Administrator'
  • Run the following command:
>> Set-ExecutionPolicy remoteSigned
  • Close PowerShell
  • Re-run PowerShell
  • ???
  • Profit

git

  • Place .gitconfig in your home directory
>> cd ~
>> start .
  • Restart PowerShell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published