|
|
@@ -33,8 +33,7 @@ To install basic scoop, run these commands:
|
|
|
|
|
|
scoop install git
|
|
|
scoop bucket add extras
|
|
|
- scoop bucket add java
|
|
|
- scoop bucket add nirsoft
|
|
|
+ scoop bucket add sysinternals
|
|
|
scoop bucket add versions
|
|
|
scoop bucket add games
|
|
|
scoop bucket add kunago https://git.apason.cz/kunago/scoop-bucket
|
|
|
@@ -42,9 +41,11 @@ To install basic scoop, run these commands:
|
|
|
## Computer specific
|
|
|
- ### general programs
|
|
|
|
|
|
- scoop install nssm
|
|
|
-
|
|
|
- scoop install -g nssm 7zip ditto irfanview brave firefox thunderbird libreoffice-fresh lightscreen vcredist2015 vlc sumatrapdf syncthing tightvnc
|
|
|
+ scoop install -g 7zip nssm process-explorer
|
|
|
+ scoop install -g copyq flameshot
|
|
|
+ scoop install -g syncthing tightvnc
|
|
|
+ scoop install -g irfanview firefox thunderbird libreoffice vlc sumatrapdf
|
|
|
+ scoop install -g kunago_file_assoc
|
|
|
|
|
|
to install syncthing, run the following commands:
|
|
|
|
|
|
@@ -72,14 +73,20 @@ To install basic scoop, run these commands:
|
|
|
nssm set syncthing AppExit 3 Restart
|
|
|
nssm set syncthing AppExit 4 Restart
|
|
|
|
|
|
- sc start syncthing
|
|
|
+ nssm start syncthing
|
|
|
|
|
|
-- ### admin programs
|
|
|
+ to manage TightVNC, run the following:
|
|
|
|
|
|
- scoop install ccleaner cmder-full heidisql hosts-file-editor ipscan multicommander mremoteng powertoys rapidee spacesniffer speedcrunch vscodium
|
|
|
+ tvnserver -install
|
|
|
+ tvnserver -start
|
|
|
|
|
|
- scoop install autohotkey autoit
|
|
|
+ tvnserver -stop
|
|
|
+ tvnserver -remove
|
|
|
+
|
|
|
+- ### admin programs
|
|
|
|
|
|
+ scoop install bleachbit ccleaner cmder
|
|
|
+ scoop install heidisql hosts-file-editor ipscan gping doublecommander mremoteng powertoys rapidee spacesniffer speedcrunch vscodium
|
|
|
scoop install shellexview shellmenuview
|
|
|
|
|
|
## Update
|