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

2
cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[build]
rustc-wrapper = "sccache"

View File

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