Add cargo config

This commit is contained in:
2024-11-09 18:01:33 +01:00
parent c4ed7b9b9b
commit 3d3890affe
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ empty_directories:
- name: .config/alacritty
- name: .local/state/gnupg/
mode: '0700'
- name: .local/state/cargo/
dotfiles:
- from: git/gitconfig
to: .config/git/config
@@ -97,6 +98,8 @@ dotfiles:
to: .config/helix/config.toml
- from: helix/languages.toml
to: .config/helix/languages.toml
- from: cargo/config.toml
to: .local/state/cargo/config.toml
dotfiles_remove:
- .gitconfig
- .vimrc