mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
Catppuccin FZF and no more lazy-lock.json VC
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ foo.*
|
|||||||
*.log
|
*.log
|
||||||
data
|
data
|
||||||
.aider*
|
.aider*
|
||||||
|
lazy-lock.json
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# --- Environment Variables ---
|
# --- Environment Variables ---
|
||||||
# Set a default editor (used by many command-line tools)
|
# Set a default editor (used by many command-line tools)
|
||||||
set -x EDITOR nvim
|
set -x EDITOR nvim
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR __fish_initialized:3400
|
|
||||||
|
SETUVAR --export FZF_DEFAULT_OPTS:\x2d\x2dcolor\x3dbg\x2b\x3a\x23313244\x2cbg\x3a\x231E1E2E\x2cspinner\x3a\x23F5E0DC\x2chl\x3a\x23F38BA8\x20\x2d\x2dcolor\x3dfg\x3a\x23CDD6F4\x2cheader\x3a\x23F38BA8\x2cinfo\x3a\x23CBA6F7\x2cpointer\x3a\x23F5E0DC\x20\x2d\x2dcolor\x3dmarker\x3a\x23B4BEFE\x2cfg\x2b\x3a\x23CDD6F4\x2cprompt\x3a\x23CBA6F7\x2chl\x2b\x3a\x23F38BA8\x20\x2d\x2dcolor\x3dselected\x2dbg\x3a\x2345475A\x20\x2d\x2dcolor\x3dborder\x3a\x236C7086\x2clabel\x3a\x23CDD6F4 # Catppuccin color scheme
|
||||||
|
SETUVAR __fish_initialized:3800
|
||||||
SETUVAR fish_color_autosuggestion:6c7086
|
SETUVAR fish_color_autosuggestion:6c7086
|
||||||
SETUVAR fish_color_cancel:f38ba8
|
SETUVAR fish_color_cancel:f38ba8
|
||||||
SETUVAR fish_color_command:33fff3
|
SETUVAR fish_color_command:33fff3
|
||||||
|
|||||||
Reference in New Issue
Block a user