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