Skip to content

Instantly share code, notes, and snippets.

View Lacentix's full-sized avatar

Ahmed Harhash Lacentix

View GitHub Profile
@Lacentix
Lacentix / .zshrc
Last active June 20, 2025 21:30
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)