Add cargo config
This commit is contained in:
2
cargo/config.toml
Normal file
2
cargo/config.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[build]
|
||||||
|
rustc-wrapper = "sccache"
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user