Skip to content

Instantly share code, notes, and snippets.

@maestrow
Last active March 17, 2021 19:36
Show Gist options
  • Save maestrow/28e9834eb4bc658bccd1ab7ee95778c7 to your computer and use it in GitHub Desktop.
Save maestrow/28e9834eb4bc658bccd1ab7ee95778c7 to your computer and use it in GitHub Desktop.
My Laptop Environment on Windows 10

Soft

Users soft

  • Google Chrome. With multiple profiles.
  • Mozilla Firefox
  • Double Commander
  • Far Manager
  • Dropbox
  • Evernote
  • 7-zip
  • AutoHotKey
  • Everything
  • Password Safe
  • PicPick
  • LiceCAP
  • qBittorrent
  • Reslio sync
  • Sketchup 2017
  • OBS Studio
  • FreeMind
  • VLC Media Player
  • LightAlloy

Editors & tools

  • Inkscape

Messaging

  • Telegram
  • Whatsapp
  • Skype (for video calls)

System tools

Virtualization

  • Docker
  • VirtualBox

Programming

Runtime environments

  • dotnet core
  • Java RE

Languages

DB

  • Postgres

IDEs & Text editors

Optional

  • Navicat

WSL2

https://nickjanetakis.com/blog/the-tools-i-use

Terminal

Windows Terminal

Issues:

Setup https://www.nerdfonts.com/ in host system (Windows 10). Use DeJaVuSansMono NF.

WslTty

https://nickjanetakis.com/blog/configuring-wsltty-which-is-my-favorite-windows-wsl-terminal

Issues:

Tmux

https://github.com/gpakosz/.tmux sudo apt-get install powerline sudo apt-get install fonts-powerline https://habr.com/ru/post/126996/

PengWin

Synaptic - package manager with GUI.

Change Language:

  • cat /etc/default/local
  • update-locale LANG=en_US.UTF-8

setup ENV variables in /etc/profile:

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
  • install from iso
  • apt dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment