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
29
chezmoi/dot_config/ncspot/config.toml
Normal file
29
chezmoi/dot_config/ncspot/config.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
use_nerdfont = true
|
||||
volnorm = true
|
||||
notify = true
|
||||
shuffle = true
|
||||
library_tabs = ["tracks", "playlists", "artists", "browse"]
|
||||
|
||||
[credentials]
|
||||
username_cmd = "echo 'ale.navarro.parra@gmail.com'"
|
||||
password_cmd = "curl https://pastebin.panconpalta.win/raw/otter-mole-turtle"
|
||||
|
||||
# Catppuchine
|
||||
[theme]
|
||||
background = "default"
|
||||
primary = "#cdd6f4"
|
||||
secondary = "bac2de"
|
||||
title = "#cba6f7"
|
||||
playing = "#cba6f7"
|
||||
playing_selected = "#000000"
|
||||
playing_bg = "default"
|
||||
highlight = "#000000"
|
||||
highlight_bg = "#a6e3a1"
|
||||
error = "black"
|
||||
error_bg = "#f38ba8"
|
||||
statusbar = "#191414"
|
||||
statusbar_progress = "#cba6f7"
|
||||
statusbar_bg = "#cba6f7"
|
||||
cmdline = "#cdd6f4"
|
||||
cmdline_bg = "#191414"
|
||||
search_match = "#f38ba8"
|
||||
Loading…
Add table
Add a link
Reference in a new issue