fxha / dotfiles.windows

My personal dotfiles for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Additional configuration files for Windows. If you're using Unix, check out my dotfiles.

Installing

Replace your PowerShell profile with Microsoft.PowerShell_profile.ps1 and install all module dependencies (setup/deps.ps1).

You also need to configure the execution policy to allow the execution of PowerShell scripts:

PS > Set-ExecutionPolicy RemoteSigned

Dependencies

Modules:

  • Get-ChildItemColor
  • Posh-Git
  • posh-sshell
  • PSReadLine

Software:

  • Git for Windows is recommended
  • Windows built-in OpenSSH service should be enabled

License

MIT license

About

My personal dotfiles for Windows

License:MIT License


Languages

Language:PowerShell 97.5%Language:Batchfile 2.5%