This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""""""""""""""""""""""""""""""""""""""""""" | |
noh | |
syntax on | |
filetype plugin indent on | |
lcd %:p:h | |
set termguicolors | |
set background=light | |
set showmatch | |
set hlsearch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-07-13T14:51:54.644Z","extensionVersion":"v3.4.3"} |