Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 567 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 567 Bytes

Pre-installation

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

Installation

git clone https://github.com/wongjiahau/.config ~/.config

Dependencies

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