Skip to content

Instantly share code, notes, and snippets.

@tiborsaas
Last active March 5, 2019 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiborsaas/18194f5713fc3fc1cb8a0c36aa98d278 to your computer and use it in GitHub Desktop.
Save tiborsaas/18194f5713fc3fc1cb8a0c36aa98d278 to your computer and use it in GitHub Desktop.
Basic apps for my daily needs
# Install stuff for windows
# First install chocolatey from here:
# https://chocolatey.org/docs/installation
# Dev
choco install git
choco install nodejs
choco install go
choco install python
choco install vscode
choco install mariadb
choco install processing
# Media
choco install dropbox
choco install vlc
choco install irfanview
choco install irfanviewplugins
choco install licecap
choco install qbittorrent
choco install lamexp
# Utils CLI
choco install cmder
choco install wget
choco install curl
choco install loc
choco install youtube-dl
choco install ffmpeg
choco install zip
choco install unzip
# Utils GUI
choco install putty
choco install ccleaner
choco install totalcommander
choco install keepass
# Global NPM
npm install -g caniuse-cli
npm install -g parcel-bundler
@tiborsaas
Copy link
Author

Notable mentions, total commander color scheme

c:\Users\tiborsaas\AppData\Roaming\GHISLER\wincmd.ini

[Colors]
InverseCursor=1
ThemedCursor=0
InverseSelection=0
BackColor=2105376
BackColor2=2763306
ForeColor=12632256
MarkColor=255
CursorColor=1028084
CursorText=-1
ActiveTitleText=0

@tiborsaas
Copy link
Author

VSCode extensions

 - trailing-spaces
 - quokka-vscode
 - vscode-import-cost
 - indent-rainbow
 - vscode-eslint
 - markdown-all-in-one
 - wordcount
 - spellright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment