Skip to content

greenblacked/seven

Repository files navigation

This is the main scripts for setting up a desktop environment on Linux and Windows. Enjoy it

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"

And run it in powershell with admin access

 .\choco_install.ps1

and 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"

After a successful setup you can select the next several options:

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 backups

Installation 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

And open it in the terminal with sudo access

$ sudo sh install_Env.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published