User Tools

Site Tools


essential_software

This is an old revision of the document!


Essential Software

Application Chocolatey Notes
Chocolatey
Microsoft Security Essentials cinst MicrosoftSecurityEssentials
Firefox cinst Firefox
Google Chrome cinst GoogleChrome
Notepad++ cinst notepadplusplus Also get Aspell and the English dictionary. See Notepad++ Setup.
WinMerge cinst winmerge Consider SemanticMerge for code.
7-Zip cinst 7zip
TortoiseSVN cinst tortoisesvn
Sysinternals cinst sysinternals
ActivePerl cinst ActivePerl
Expresso cinst expresso
IcoFX cinst IcoFx
Foobar2000 cinst foobar2000 See Foobar2000 Setup.
TrueCrypt cinst truecrypt Or install the verified binaries.
GIMP cinst gimp Don't bother installing the help - it is just a copy of what is on the web.
Paint.net cinst paint.net
Inkscape cinst InkScape
WinDirStat cinst windirstat
VLC cinst vlc
Fiddler cinst fiddler
FileZilla cinst filezilla
WindowsPad
AutoHotKey cinst autohotkey_l
dbForge SQL Complete
Sumatra PDF cinst sumatrapdf
PDF Creator cinst PDFCreator
VirtualBox cinst virtualbox
Sumatra PDF cinst sumatrapdf
Agent Ransack cinst ransack Windows XP only.
XP Task Switcher Windows XP only.

Software To Install When Needed

  • TestDisk (file / partition recovery)
  • Google Earth
  • InfraRecorder (CD & DVD burning)
  • Sekaiju (MIDI editor)

Software I'm Evaluating

  • Avidemux (Video editing)
  • SlideRocket (Web based alternative to PowerPoint)
  • conemu-maximus5 (Command line prompt)
  • Imgv (Image viewer)

Chocolatey

Change PowerShell execution policy:

powershell set-executionpolicy unrestricted

Install Chocolatey:

@powershell -NoProfile -Command "iex ((new-object net.webclient).DownloadString('http://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

Install script:

# Frameworks
cinst DotNet3.5
cinst DotNet4.5

# Essentials
#cinstm MicrosoftSecurityEssentials
cinst Firefox
cinst notepadplusplus
cinst winmerge
cinst 7zip
cinst foobar2000
#cinstm truecrypt # Install manually
cinst vlc
cinst autohotkey_l

# Recommened
cinst gimp
cinst paint.net
cinst windirstat
cinst filezilla
cinst sumatrapdf
cinst PDFCreator

# Dev only
cinst tortoisesvn
cinst sysinternals
cinst fiddler
cinst expresso
cinst IcoFx
cinst ConEmu
cinst virtualbox

# Optionals
cinst InkScape
cinst GoogleChrome
cinst libreoffice

# Others
cinst Silverlight

Restore PowerShell execution policy:

powershell set-executionpolicy remotesigned

Firefox Extensions

Extension Audience
Adblock Plus Everybody
Firebug Stephen
Greasemonkey Stephen
IE Tab 2 (FF 3.6+) Everybody
New Zealand Language Dictionary Everyone
Pocket Stephen
Restart Button Everyone
Tab Scope Everyone
(Web Developer) Stephen
(Add-on Compatibility Reporter) Stephen

My nice theme

Greasemonkey Scripts

Visual Studio Extensions

Extension Notes
Code alignment
NuGet Package Manager
Spell Checker
Productivity Power Tools (?)
Web Essentials Gives HTML Zen.
Code Maid Try it out.

I prefer ReSharper over CodeRush.

Setting Up TortoiseSVN

Settings → External Programs → Diff Viewer

… different revisions of files

C:\Program Files (x86)\WinMerge\WinMergeU.exe -e -ub -dl %bname -dr %yname %base %mine

… different revisions of properties

C:\Program Files (x86)\WinMerge\WinMergeU.exe

Settings → External Programs → Merge Tool

"C:\Users\stephen\AppData\Local\PlasticSCM4\semanticmerge\semanticmergetool.exe" -s=%theirs -d=%mine -b=%base -r=%merged -sn=%yname -dn=%tname -bn=%bname -l=csharp -emt=default -edt=default
essential_software.1402523396.txt.gz · Last modified: 2017/01/01 19:49 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki