mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 10:11:15 +00:00
feat(config): extend stubs for existing defined apps
docs(distro): extend TODO/ref comments within current arch `setup.sh` script
This commit is contained in:
@@ -0,0 +1 @@
|
||||
NOTE: preferences.json
|
||||
@@ -1 +0,0 @@
|
||||
catppuccin theme
|
||||
0
config/apps/lazydocker/config.yml
Normal file
0
config/apps/lazydocker/config.yml
Normal file
@@ -1 +0,0 @@
|
||||
catppuccin theme
|
||||
27
config/apps/lazygit/config.yml
Normal file
27
config/apps/lazygit/config.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
gui:
|
||||
# Theme Configuration (Catppucin)
|
||||
# LICENSE: MIT (https://github.com/catppuccin/lazygit/blob/main/LICENSE)
|
||||
# SOURCE: https://github.com/catppuccin/lazygit
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- '#89b4fa'
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- '#a6adc8'
|
||||
optionsTextColor:
|
||||
- '#89b4fa'
|
||||
selectedLineBgColor:
|
||||
- '#313244'
|
||||
cherryPickedCommitBgColor:
|
||||
- '#45475a'
|
||||
cherryPickedCommitFgColor:
|
||||
- '#89b4fa'
|
||||
unstagedChangesColor:
|
||||
- '#f38ba8'
|
||||
defaultFgColor:
|
||||
- '#cdd6f4'
|
||||
searchingActiveBorderColor:
|
||||
- '#f9e2af'
|
||||
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
1
config/apps/nvim/init.lua
Normal file
1
config/apps/nvim/init.lua
Normal file
@@ -0,0 +1 @@
|
||||
-- TODO: add plugin configuration (+ deps)
|
||||
0
config/apps/nvim/lua/.gitkeep
Normal file
0
config/apps/nvim/lua/.gitkeep
Normal file
@@ -1 +0,0 @@
|
||||
catppuccin theme
|
||||
0
config/display/plymouth/themes/.gitkeep
Normal file
0
config/display/plymouth/themes/.gitkeep
Normal file
0
config/display/sddm/themes/.gitkeep
Normal file
0
config/display/sddm/themes/.gitkeep
Normal file
@@ -23,7 +23,7 @@ plugins=(
|
||||
emoji
|
||||
docker
|
||||
encode64
|
||||
web-search
|
||||
# fzf
|
||||
)
|
||||
|
||||
setopt HIST_FIND_NO_DUPS
|
||||
|
||||
Reference in New Issue
Block a user