Skip to content

Instantly share code, notes, and snippets.

View Kielx's full-sized avatar
🎯
Focusing

Krzysztof Pantak Kielx

🎯
Focusing
View GitHub Profile
@Kielx
Kielx / ZSH_setup.md
Created August 14, 2024 08:17 — forked from minhanhhere/Instruction.md
Customise Your Terminal Using Zsh & powerlevel10k

What we will setup

1. ZSH

ZSH, also called the Z shell, is an extended version of the Bourne Shell (sh), with plenty of new features, and support for plugins and themes.

2. oh-my-zsh

This is a framework for zsh

3. Powerlevel 10k

Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.

@Kielx
Kielx / Assets.md
Last active March 13, 2025 08:45
Freelance web dev assets
@Kielx
Kielx / How To Change Windows Filestamps
Last active August 1, 2025 06:59 — forked from seanwu1105/README.md
Change the last modified, creation and access time of files in Windows.
# Change Timestamps in Windows
## Get Started
### Open PowerShell
Open PowerShell in the target directory. Normally, you can open PowerShell in current directory by holding <kbd>shift</kbd> and right-clicking the context menu **Open PowerShell Here**.
### Use the Following Commands
@Kielx
Kielx / gist:b61d01c68935b533c0e9155f784b6b00
Last active November 9, 2025 10:18
Midnight commander tab switch shortcut for autocomplete
This allows you to use shift-tab to switch active tab in midnight commander, while allowing you to use tab for autocomplete commands like cd. Good for people used to using TAB to autocomplete commands in terminal line.
Original post: https://unix.stackexchange.com/questions/250818/how-to-use-command-line-completion-in-midnight-commander
nano ~/.config/mc/mc.keymap
[filemanager:empty-cmdline]
ChangePanel = tab
[filemanager]
ChangePanel = ctrl-tab; shift-tab