Skip to content

Instantly share code, notes, and snippets.

@JK-c66
JK-c66 / 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
@JK-c66
JK-c66 / .mypython_script.sh
Last active December 28, 2024 15:18
this is to see python ops or scripts running in linux
#!/bin/bash
ps aux | grep '[p]ython3' | grep -v 'networkd-dispatcher\|unattended-upgrade\|vscode-server' | awk '
BEGIN {
BOLD="\033[1m"
YELLOW="\033[33m"
GREEN="\033[32m"
BLUE="\033[34m"
MAGENTA="\033[35m"
CYAN="\033[36m"
@JK-c66
JK-c66 / .zshrc
Last active December 28, 2024 15:18
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
# History settings
HISTFILE=~/.zsh_history
HISTSIZE=5000
SAVEHIST=$HISTSIZE
setopt appendhistory
@JK-c66
JK-c66 / 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",
@JK-c66
JK-c66 / 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": [
{