Skip to content

f-squirrel/scripts

Repository files navigation

This repository contains a set of dotfiles for nvim, neovim-qt and tmux.

Supported OS: Ubuntu, macOS

Installation

Dev station

cd
curl -O https://raw.githubusercontent.com/f-squirrel/scripts/master/deployment/bootstrap.sh
sudo bash ./bootstrap.sh -b master -l

Remote dev station

cd
curl -O https://raw.githubusercontent.com/f-squirrel/scripts/master/deployment/bootstrap.sh
sudo bash ./bootstrap.sh -b master -r

Docker image

Pull docker image with dev environment

docker pull fsquirrel/dev_env:latest

Build docker image with dev environment

docker build https://raw.githubusercontent.com/f-squirrel/scripts/master/deployment/Dockerfile -t dev_env:latest

Usage

Run locally

gvim

Remote server

Run rgvim -h for the details

Utils

Generate C++ environment

mkdir <project dir>
cd <project dir>
gencppenv

The script generates CMakeLists.txt and .clang-format files

About

Dev environment configuration and tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published