Download the repo and symlink the init.el file from .emacs.d directory
Use your left thumb for ctrl (C-) and right thumb for alt (M-)
foo@bar:~$ setxkbmap -option ctrl:swap_lalt_lctl
You can also just add the command to your .profile (or similar)
To install rust-analyzer
foo@bar:~$ git clone https://github.com/rust-analyzer/rust-analyzer.git -b release
foo@bar:~$ cd rust-analyzer
foo@bar:~$ cargo xtask install --server # will install into $HOME/.cargo/bin