1

feat: add readme

This commit is contained in:
Himadri Bhattacharjee
2023-07-08 09:26:02 +05:30
parent c932ff9d5c
commit 3bd36102de

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Dotfiles
NixOS configuration files personalized for my workflow.
To get started, install NixOS, clone this repository and run:
```sh
nixos-rebuild switch -I nixos-config=configuration.nix
```
I use `rustup` to manage the Rust toolchain including `cargo`, `rustc` and `rust-analyzer`.
My editor `helix` is automatically able to utilize `rust-analyzer` as a language server.
To reproduce my `rustup` config, run the following:
```sh
rustup install stable
rustup component add rust-src
rustup component add rust-analyzer
```