Skip to content

Instantly share code, notes, and snippets.

View JKc66's full-sized avatar
🐢
Doing what?

JKc66

🐢
Doing what?
  • 20:10 (UTC +03:00)
View GitHub Profile
@JKc66
JKc66 / theme.nss
Created December 28, 2024 15:17
theme profile for nilesoft shell, explorer right click basically
theme
{
name = "modern"
dark = 1
view = view.small
background
{
color = default
opacity = 90
effect = 1
@JKc66
JKc66 / .mypython_script.sh
Last active March 28, 2025 19:34
to view python scripts running by user ubuntu
#!/bin/bash
ps aux | grep -E '[p]ython|[p]ython3' | grep "^ubuntu" | grep -v 'networkd-dispatcher\|unattended-upgrade\|vscode-server\|mypython_script' | awk '
BEGIN {
BOLD="\033[1m"
YELLOW="\033[33m"
GREEN="\033[32m"
BLUE="\033[34m"
MAGENTA="\033[35m"
CYAN="\033[36m"
@JKc66
JKc66 / .zshrc
Last active March 28, 2025 19:50
zsh config
# Enable Powerlevel10k instant prompt
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Add ~/.local/bin to PATH
export PATH="$HOME/.local/bin:$PATH"
# History settings
HISTFILE=~/.zsh_history
@JKc66
JKc66 / ubuntu_theme.json
Last active December 28, 2024 15:19
ubuntu terminal theme for oh my posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "right",
"segments": [
{
"background": "#424242",
"foreground": "#3EC669",
"leading_diamond": "\ue0b6",
@JKc66
JKc66 / the_heart_theme.json
Last active August 2, 2024 13:58
windows terminal theme of oh my posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{