Giter VIP home page Giter VIP logo

windows10's Introduction

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.

windows10's People

Contributors

hafah avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.