Installation for Windows by choco_install.ps1
First of all you need to downaload the script
wget "https://raw.githubusercontent.com/greenblacked/seven/master/choco_install.ps1" -outfile "choco_install.ps1" .\choco_install.ps1and if you need to install additional package you can to downaload the another script for windows by choco_install_pro_tools.ps1, but before use it, please read it, you can find it by the following cmd
wget "https://raw.githubusercontent.com/greenblacked/seven/master/choco_install_pro_tools.ps1" -outfile "choco_install.ps1"cup all -y # for update all of yours packages
choco uninstall $package_name # for delete the package
choco list --local-only # describe all installed package
choco install choco-package-list-backup # creating a backup list of all installed packages
choco install packages.config -y # another one tool for backupsInstallation for linux by install_Env.sh
First of all you need to downaload the script
$ wget https://raw.githubusercontent.com/greenblacked/seven/master/install_Env.sh$ sudo sh install_Env.sh