Skip to content

Instantly share code, notes, and snippets.

@i5heu
Last active May 9, 2020 13:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i5heu/d022c09583eac971daea91bfc867d568 to your computer and use it in GitHub Desktop.
Save i5heu/d022c09583eac971daea91bfc867d568 to your computer and use it in GitHub Desktop.
echo "start init script"
sudo apt -y update && sudo apt -y full-upgrade && sudo snap refresh kakoune
apt install -y curl git llvm gcc rustc libclang-dev libssl-dev clang pkg-config
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
echo "PATH=\$PATH:\$HOME/.cargo/env" >> ~/.bashrc
ssh-keygen
cat ~/.ssh/id_rsa.pub
echo "finished init script"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment