Skip to content

Instantly share code, notes, and snippets.

View azmarifdev's full-sized avatar
🎯
Focusing

A. Z. M. Arif azmarifdev

🎯
Focusing
View GitHub Profile
@azmarifdev
azmarifdev / zshrc
Last active October 15, 2025 19:37
zsh with oh my zsh configuration
# =========================================
# 🌟 Advanced Zsh Configuration by A.Z.M. Arif
# =========================================
# --- Basic Environment Settings ---
export ZSH="$HOME/.oh-my-zsh"
export EDITOR="nvim"
export TERMINAL="kitty"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
@azmarifdev
azmarifdev / Starship Advance Config Docs.md
Last active June 16, 2025 06:07
Starship Advance Config Docs

Starship

CROSS-SHELL-PROMPT

App Screenshot

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  • Fast: it's fast – really really fast! 🚀
@azmarifdev
azmarifdev / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active October 23, 2025 17:33
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete

Install ZSH on Linux and make it your default Shell

Bash (Bourne Again Shell) is the default command-line shell on many distributions. Zsh (Z Shell) is a powerful shell that operates as both an interactive shell and as a scripting language interpreter.

🚀 Installation

1. Install the zsh package:

  • Ubuntu/Mint:

sudo apt install zsh
  • Fedora:

@azmarifdev
azmarifdev / starship.toml
Last active June 12, 2024 21:44
Starship Advance Config File
# ~/.config/starship.toml
# NOTE:
# Install font awesome for better effect, if not working i guess try install some emojis, that would be helpful.
add_newline = true
[character]
success_symbol = "[➟](bold blue) "