From dfb684bff371691fc41083a0e8cecb965f538c93 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 16 Oct 2022 00:28:14 -0700 Subject: [PATCH] cargo --- cargo/config.toml | 2 ++ default.conf.yaml | 1 + 2 files changed, 3 insertions(+) create mode 100644 cargo/config.toml diff --git a/cargo/config.toml b/cargo/config.toml new file mode 100644 index 0000000..da7f530 --- /dev/null +++ b/cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +c = "clippy" diff --git a/default.conf.yaml b/default.conf.yaml index f64ce85..80b8c0d 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -10,6 +10,7 @@ - link: ~/bin: bin/ + ~/.cargo/config.toml: cargo/config.toml ~/.config/alacritty: alacritty/ ~/.config/bat: bat/ ~/.config/direnv/direnvrc: direnv/direnvrc