Skip to content

Instantly share code, notes, and snippets.

View amsharifian's full-sized avatar

Amirali Sharifian amsharifian

View GitHub Profile
Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Instll rls for mac:
rustup component add rls --toolchain stable-x86_64-apple-darwin
git clone https://github.com/rust-lang/rust.vim ~/.vim/pack/plugins/start/rust.vim
git clone --depth=1 https://github.com/racer-rust/vim-racer.git ~/.vim/bundle/vim-racer
sudo apt update && sudo apt upgrade -y
[vim]
sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim -y
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
[python3.8]
sudo add-apt-repository ppa:deadsnakes/ppa
@amsharifian
amsharifian / TaskConcurrencyManifesto.md
Created November 29, 2020 06:52 — forked from lattner/TaskConcurrencyManifesto.md
Swift Concurrency Manifesto