Skip to content

Instantly share code, notes, and snippets.

View Lacentix's full-sized avatar

Ahmed Harhash Lacentix

View GitHub Profile
# Generated by Powerlevel10k configuration wizard on 2025-01-19 at 02:01 EET.
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 37983.
# Wizard options: nerdfont-v3 + powerline, small icons, unicode, lean, 24h time,
# 2 lines, disconnected, left frame, light-ornaments, compact, few icons, fluent,
# transient_prompt, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with lean prompt style. Type `p10k configure` to generate
# your own config based on it.
#
@Lacentix
Lacentix / .zshrc
Last active July 26, 2025 20:51
ZSH file
# - - - - - - - - - - - - - - - - - - - -
# 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
# - - - - - - - - - - - - - - - - - - - -
# ZSH Settings
# - - - - - - - - - - - - - - - - - - - -
@Lacentix
Lacentix / qcacld-3.0.sh
Last active February 28, 2024 13:32
Import or update Subtrees
#!/bin/bash
#
# This script imports/updates CLO sub-trees
#
read -p "Please input the tag/branch name: " branch
read -p "What do you want to do (import (i) or update (u)): " option
case $option in
import | i)