paru -S rustup
rustup default stable
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
yay -Sy google-chrome fish kitty
chsh -s /usr/bin/fish
curl -L https://get.oh-my.fish | fish
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
omf install nvm
nvm install 10 # ou versão do momento
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
yay -Sy xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
# paste here: https://github.com/settings/ssh/new
git config --global user.name "Eva Pace"
git config --global user.email "[email protected]"
yay -Sy vim neovim
Por hora o resto do tutorial está aqui:
https://github.com/otaviopace/dotfiles#making-neovim-work-on-arch
rustup toolchain add nightly
cargo +nightly install racer