egemencanguler / setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  • Remap Left Window to Left Control
  • Remap Right Window to Left Control
  • Remap Capslock to Esc

LightShot (Screenshot Tool)

  • Change shortcut to alt + s

Keystore launcher

  • Put your shortcuts under C:\Users\USER\AppData\Roaming\Microsoft\Windows\Start Menu\Programs to make them show up at the launcher

Windows Terminal

  • Download Windows Terminal

  • Download Powershell

  • Change default shell to powershell from windows powershell

  • Change Close Panel short cut to: ctrl + w

  • Change Duplicate Panel short cut to: ctrl + t

  • Change Find short cut to: ctrl + f

  • Create the profile file under /Documents/PowerShell/Microsoft.PowerShell_profile.ps1

  • Set script execution permission Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

  • Try using where command in cmd. Like this where wt.exe, you should get full path (mine C:\Users{user-name}\AppData\Local\Microsoft\WindowsApps\wt.exe

Git

  • Download and install Git
  • Add git path
$env:Path += ";C:\Program Files\Git\bin"

Web Site Blocker

https://github.com/AXeL-dev/distract-me-not

About


Languages

Language:PowerShell 100.0%