Skip to content

malnor/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before starting the installation, make sure that the $HOME (Environment variables for the user) has been set. To setup HOME use (for example to the user profile folder):

PS > setx $HOME $env:UserProfile

The above command will set an environment variable reachable by $HOME and visible in the Environment variables. This variable setting is required for installation of git.

PS > Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/malnor/dotfiles/master/Bootstrap.ps1'))

About

Tabula rasa for Windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 75.2%
  • Shell 24.8%