Skip to content

GuillaumeDelorme/dotfiles-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Dotfiles and things to do after fresh Windows install

Install usefull apps

Install winget-cli : https://docs.microsoft.com/en-us/windows/package-manager/winget/#install-winget

Execute this PowerShell script :

$packages = @(
    '7zip.7zip'
    'BlenderFoundation.Blender'
    'GIMP.GIMP'
    'Git.Git'
    'Inkscape.Inkscape'
    'Microsoft.WindowsTerminal'
    'OpenJS.NodeJSLTS'
    'Rustlang.rust-msvc-x64'
    'Ytmdesktop.Ytmdesktop'
)

foreach ( $package in $packages ) {
    winget install --id=$package -e -h
}

About

Dotfiles and things to do after fresh Windows install

Resources

License

Stars

Watchers

Forks