Skip to content

hafah/windows10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I don't want to click NEXT

I tend to reinstall windows every month with the help of chocolatey.

Installation

Windows (PowerShell)
# install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; 
$uri = 'https://chocolatey.org/install.ps1';
iex ((New-Object System.Net.WebClient).DownloadString("$uri"));
refreshenv;
$uri = 'https://raw.githubusercontent.com/hafah/windows10/master/install.ps1';
iex ((New-Object System.Net.WebClient).DownloadString("$uri"));
Import-Module BitsTransfer;
$uri = 'https://raw.githubusercontent.com/hafah/windows10/master/capstoctrl.reg';
Start-BitsTransfer -Source $uri;
regedit -s ./capstoctrl.reg;
Ubuntu
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential composer curl dos2unix tree tmux wget zip vagrant fish-common nodejs silversearcher-ag 
sudo apt-get -y install git golang-go golang-golang-x-tools html2text python3 php php-curl php-dom php-mbstring python-minimal python-software-properties 
sudo apt-get -y install p7zip-full vagrant virtualbox dkms zip software-properties-common rvm exuberant-ctags fdclone
source /etc/profile.d/rvm.sh

rvm install 2.3.1
sudo gem install tmuxodoro
sudo gem install tmuxinator

sudo apt-get -y install php php-pear
sudo apt-get -y install php7.0-dev
pecl install xdebug
wsl doesn't need virtualbox for vagrant
export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
sudo apt-get purge virtualbox
sudo apt-get remove virtualbox-dkms
old vagrant < 2.1?
sudo apt purge -y vagrant
cd /
wget https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb
dpkg -i vagrant_2.1.2_x86_64.deb
rm vagrant_2.1.2_x86_64.deb

Basic chocolatey commands

list

choco list -lo

upgrade

choco upgrade all

uninstall

choco uninstall [packagename]

Further Reading

Note

I have to install desktop.github manually since it never installs through chocolatey.

About

list of windows applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published