Skip to content

Instantly share code, notes, and snippets.

# Generated by Powerlevel10k configuration wizard on 2022-09-18 at 14:14 CST.
# Based on romkatv/powerlevel10k/config/p10k-lean-8colors.zsh, checksum 29828.
# Wizard options: nerdfont-complete + powerline, large icons, unicode, lean_8colors,
# 24h time, 1 line, sparse, few icons, concise, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with 8-color lean prompt style. Type `p10k configure` to generate
# your own config based on it.
#
# Tip: Looking for a nice color? Here's a one-liner to print colormap.
# Language support configuration.
# See the languages documentation: https://docs.helix-editor.com/master/languages.html
use-grammars = { except = [ "hare", "wren", "gemini" ] }
[language-server]
als = { command = "als" }
ada-language-server = { command = "ada_language_server" }
ada-gpr-language-server = {command = "ada_language_server", args = ["--language-gpr"]}
# This is Git's per-user configuration file.
[user]
[color]
ui = true
# Proxy settings
[core]
gitProxy="ssh" for "github.com"
gitProxy=default-proxy ; for the rest
[filter "lfs"]
""""""""""""""""""""""""""""""""""""""""""""
noh
syntax on
filetype plugin indent on
lcd %:p:h
set termguicolors
set background=light
set showmatch
set hlsearch
git:
paging:
colorArg: always
pager: delta --paging=never
# branchLogCmd: git log --graph --oneline --color=always {{branchName}}
branchLogCmd: git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)[%an]%Creset'
os:
editPreset: "nvim"
# git:
@ofzo
ofzo / .zshrc
Last active June 27, 2024 15:28
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
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
# If you come from bash you might have to change your $PATH.
# User configuration
{
"Right Option Key Changeable": true,
"Use Cursor Guide": false,
"Bold Color": {
"Green Component": 0,
"Red Component": 0,
"Blue Component": 0
},
"Columns": 120,
"Use Bright Bold": true,
@ofzo
ofzo / cloudSettings
Last active July 13, 2020 14:52
VSCode's Settings - Syncing
{"lastUpload":"2020-07-13T14:51:54.644Z","extensionVersion":"v3.4.3"}