This repository contains a set of dotfiles for nvim, neovim-qt and tmux.
Supported OS: Ubuntu, macOS
cd
curl -O https://raw.githubusercontent.com/f-squirrel/scripts/master/deployment/bootstrap.sh
sudo bash ./bootstrap.sh -b master -l
cd
curl -O https://raw.githubusercontent.com/f-squirrel/scripts/master/deployment/bootstrap.sh
sudo bash ./bootstrap.sh -b master -r
docker pull fsquirrel/dev_env:latest
docker build https://raw.githubusercontent.com/f-squirrel/scripts/master/deployment/Dockerfile -t dev_env:latest
gvim
Run rgvim -h
for the details
Generate C++ environment
mkdir <project dir>
cd <project dir>
gencppenv
The script generates CMakeLists.txt
and .clang-format
files