Fixes for gpg, refactor dotdrop config
This commit is contained in:
parent
43bfd1a5a2
commit
1114ecdc85
2 changed files with 18 additions and 13 deletions
30
config.yaml
30
config.yaml
|
@ -33,9 +33,6 @@ dotfiles:
|
||||||
- nvim-packer-sync
|
- nvim-packer-sync
|
||||||
dst: ~/.config/nvim/lua
|
dst: ~/.config/nvim/lua
|
||||||
src: .config/nvim/lua
|
src: .config/nvim/lua
|
||||||
f_user-dirs.dirs:
|
|
||||||
dst: ~/.config/user-dirs.dirs
|
|
||||||
src: .config/user-dirs.dirs
|
|
||||||
d_sway:
|
d_sway:
|
||||||
dst: ~/.config/sway
|
dst: ~/.config/sway
|
||||||
src: .config/sway
|
src: .config/sway
|
||||||
|
@ -166,6 +163,9 @@ dotfiles:
|
||||||
f_gpg.conf:
|
f_gpg.conf:
|
||||||
src: .gnupg/gpg.conf
|
src: .gnupg/gpg.conf
|
||||||
dst: ~/.gnupg/gpg.conf
|
dst: ~/.gnupg/gpg.conf
|
||||||
|
f_gpg_scdaemon.conf:
|
||||||
|
src: .gnupg/scdaemon.conf
|
||||||
|
dst: ~/.gnupg/scdaemon.conf
|
||||||
f_electron-flags.conf:
|
f_electron-flags.conf:
|
||||||
src: .config/electron-flags.conf
|
src: .config/electron-flags.conf
|
||||||
dst: ~/.config/electron-flags.conf
|
dst: ~/.config/electron-flags.conf
|
||||||
|
@ -189,7 +189,6 @@ profiles:
|
||||||
- f_mailcap
|
- f_mailcap
|
||||||
- d_zsh
|
- d_zsh
|
||||||
- f_zshrc
|
- f_zshrc
|
||||||
- f_pam_environment
|
|
||||||
- f_tmux.conf
|
- f_tmux.conf
|
||||||
- f_ranger.conf
|
- f_ranger.conf
|
||||||
- f_ssh.conf
|
- f_ssh.conf
|
||||||
|
@ -231,10 +230,16 @@ profiles:
|
||||||
- f_zprofile
|
- f_zprofile
|
||||||
- f_electron-flags.conf
|
- f_electron-flags.conf
|
||||||
- f_electron12-flags.conf
|
- f_electron12-flags.conf
|
||||||
Pacman:
|
pacman:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- f_makepkg.conf
|
- f_makepkg.conf
|
||||||
- f_paru.conf
|
- f_paru.conf
|
||||||
|
gpg:
|
||||||
|
dotfiles:
|
||||||
|
- f_gpg-agent.conf
|
||||||
|
- f_gpg.conf
|
||||||
|
- f_gpg_scdaemon.conf
|
||||||
|
- f_pam_environment
|
||||||
Mirkwood:
|
Mirkwood:
|
||||||
include:
|
include:
|
||||||
- base
|
- base
|
||||||
|
@ -242,35 +247,34 @@ profiles:
|
||||||
- email
|
- email
|
||||||
- media
|
- media
|
||||||
- sway
|
- sway
|
||||||
- Pacman
|
- pacman
|
||||||
|
- gpg
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- f_paru.conf
|
- f_paru.conf
|
||||||
- f_user-dirs.dirs
|
|
||||||
- f_gitconfig
|
- f_gitconfig
|
||||||
- f_foot.ini
|
- f_foot.ini
|
||||||
- f_gpg-agent.conf
|
|
||||||
- f_gpg.conf
|
|
||||||
Moria:
|
Moria:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
- media
|
- media
|
||||||
- Pacman
|
- pacman
|
||||||
Gondor:
|
Gondor:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
- Pacman
|
- pacman
|
||||||
mko-laptop:
|
mko-laptop:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
- media
|
- media
|
||||||
|
- gpg
|
||||||
Edoras:
|
Edoras:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
- Pacman
|
- pacman
|
||||||
TakamakiPC:
|
TakamakiPC:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
- Pacman
|
- pacman
|
||||||
localhost:
|
localhost:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
|
|
1
home/.gnupg/scdaemon.conf
Normal file
1
home/.gnupg/scdaemon.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
disable-ccid
|
Loading…
Add table
Add a link
Reference in a new issue