Skip to content

gllrmzndm/MYLAPTOP

Repository files navigation

MY LAPTOP

Repository for semi-automatically installing my devices.

macbook.jpg

Chocolatey install

https://chocolatey.org/install

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Rsync

rsync -ahvp --exclude-from="/cygdrive/c/Users/guill/rsyncexclude.txt" "/cygdrive/c/Users/guill/" "/cygdrive/f/GUILLERMO"

Exclude text for excluding directories.

Chocolatey export script from Hougaard.com

choco list -lo -r -y | % { "choco install $($.SubString(0, $.IndexOf("|"))) -y" } | Out-File Install.ps1

Source: https://www.hougaard.com/move-my-chocolatey-apps-to-another-pc/

Guillermo Zaandam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published