Skip to content

Instantly share code, notes, and snippets.

View razsbg's full-sized avatar

Răzvan Sbîngu razsbg

View GitHub Profile
[user]
name = Răzvan Sbîngu
email = [email protected]
username = razsbg
[pull]
rebase = true
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[maintenance]
repo = /Users/razvansbingu/Work/razsbg.top
@razsbg
razsbg / agnoster-prompt-dir.sh
Last active December 31, 2024 10:49
Custom `agnoster` path - display last dir in the current path
# Path to file
# .oh-my-zsh/themes/agnoster.zsh-theme
# Dir: current working directory
prompt_dir() {
# Default
# Display the full path
# prompt_segment blue $CURRENT_FG '%~'
# Custom
@razsbg
razsbg / ghostty-config
Created December 28, 2024 17:34
ghostty config file
theme = MaterialDesignColors
auto-update-channel = tip
background = #4f46e5
@razsbg
razsbg / .zshrc
Last active March 13, 2025 21:48
.zshrc config
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Username
export USER="razsbg"
export USERNAME="razsbg"