Skip to content

Instantly share code, notes, and snippets.

View KirillY's full-sized avatar

Kirill Lapshin KirillY

View GitHub Profile
@KirillY
KirillY / teach-me-skills.md
Last active August 2, 2023 11:17
#teach-me-skills #environment setup #pip #python #pyenv #poetry #pycharm

Local Machine Installation & Configuration

Pip

Even though the package management for this repo is handled by Poetry, pip is still required to download and configure Python modules. To install pip:

sudo apt update
sudo apt install python3-pip
@KirillY
KirillY / arrows.ahk
Last active September 15, 2022 20:37
#autohotkey script #windows; Alt + IKJL keys as arrows
; Put script in startup folder: Windows logo key + R, type shell:startup
; #Warn ; Enable warnings to assist with detecting common errors.
; https://stackoverflow.com/questions/30576432/remap-arrow-keys-onto-jkli-whenever-holding-down-a-certain-modifier-key
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; AHK Command ; key = Effect (Description)