Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
19
chezmoi/dot_config/lazygit/config.yml
Normal file
19
chezmoi/dot_config/lazygit/config.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
theme:
|
||||
lightTheme: false
|
||||
activeBorderColor:
|
||||
- "#a6da95" # Green
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- "#cad3f5" # Text
|
||||
optionsTextColor:
|
||||
- "#8aadf4" # Blue
|
||||
selectedLineBgColor:
|
||||
- "#363a4f" # Surface0
|
||||
selectedRangeBgColor:
|
||||
- "#363a4f" # Surface0
|
||||
cherryPickedCommitBgColor:
|
||||
- "#8bd5ca" # Teal
|
||||
cherryPickedCommitFgColor:
|
||||
- "#8aadf4" # Blue
|
||||
unstagedChangesColor:
|
||||
- red # Red
|
||||
19
chezmoi/dot_config/lazygit/state.yml
Normal file
19
chezmoi/dot_config/lazygit/state.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
lastupdatecheck: 0
|
||||
recentrepos:
|
||||
- /home/aleidk/Repos/Private/dots
|
||||
- /home/aleidk/Repos/Projects/personal-page
|
||||
- /home/aleidk/Repos/Private/docs
|
||||
- /home/aleidk/Repos/Projects/blog-content
|
||||
- /home/aleidk/Repos/Private/dots/config/alacritty/themes/catppuccin
|
||||
- /home/aleidk/Repos/Projects/test-main
|
||||
- /home/aleidk/Repos/Projects/juno
|
||||
- /home/aleidk/Repos/Projects/fuuka
|
||||
- /home/aleidk/Repos/Source/gtk
|
||||
- /home/aleidk/Repos/Projects/git-test
|
||||
- /home/aleidk/Repos/Projects/test-module
|
||||
- /home/aleidk/Repos/Projects/test-main/test-module
|
||||
startuppopupversion: 5
|
||||
customcommandshistory:
|
||||
- q
|
||||
- w
|
||||
hidecommandlog: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue