Before installing these configs, you will need to make sure that the ~/.config
directory does not exists.
To backup your existing config, consider renaming the folder. For example,
mv ~/.config ~/.config_backup
git clone https://github.com/wongjiahau/.config ~/.config
Rust:
# Needed by Neovim Spectre
cargo install ripgrep
Go:
# Needed for SQL Language server
git clone https://github.com/lighttiger2505/sqls.git
cd sqls
go build
mv sqls /usr/local/bin