From b20013fc344fae4dffc0128ca9f6b4a125c8ee37 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 14 Apr 2020 19:25:28 +0200 Subject: [PATCH 1/4] update gitconfig --- git/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index fc49191..51b4e36 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -8,3 +8,7 @@ plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches [core] pager = diff-so-fancy | less --tabs=4 -RFX + quotepath = false + commitGraph = true +[gc] + writeCommitGraph = true From 40342339ceac68f84ec441e0656dc5aced3b21ba Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 11 May 2020 08:52:26 +0200 Subject: [PATCH 2/4] add threaded option to beet --- beets/.config/beets/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beets/.config/beets/config.yaml b/beets/.config/beets/config.yaml index 09f219e..773f17b 100644 --- a/beets/.config/beets/config.yaml +++ b/beets/.config/beets/config.yaml @@ -37,4 +37,6 @@ fetchart: auto: yes chroma: - auto: no + auto: no + +threaded: yes From f20261af13ac51859b58c7ab275c960db61900cb Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 11 May 2020 08:58:09 +0200 Subject: [PATCH 3/4] add auto chroma to beet --- beets/.config/beets/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/.config/beets/config.yaml b/beets/.config/beets/config.yaml index 773f17b..d18ed20 100644 --- a/beets/.config/beets/config.yaml +++ b/beets/.config/beets/config.yaml @@ -37,6 +37,6 @@ fetchart: auto: yes chroma: - auto: no + auto: yes threaded: yes From 60d0fc7dbc6c294d82b8aabf5e2a16068671d8e2 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 18 May 2020 09:50:06 +0200 Subject: [PATCH 4/4] add p10k --- wm/.config/albert/albert.conf | 1 + zsh/.zshrc | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/wm/.config/albert/albert.conf b/wm/.config/albert/albert.conf index 8876d6a..83ead7a 100644 --- a/wm/.config/albert/albert.conf +++ b/wm/.config/albert/albert.conf @@ -67,3 +67,4 @@ hideOnFocusLoss=true itemCount=5 showCentered=true theme=SolarizedDarkBlue +windowPosition=@Point(3184 280) diff --git a/zsh/.zshrc b/zsh/.zshrc index 3adfb1a..a874a4e 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,3 +1,10 @@ +# 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 + zstyle :omz:plugins:ssh-agent agent-forwarding on # export SSH_KEY_PATH="~/.ssh/rsa_id" @@ -98,3 +105,5 @@ for file in ~/.zshrc.d/*; do source "$file" done +# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh