spicybackend / container-dotfiles

Dotfiles for VS Code development containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

container-dotfiles ๐Ÿ› 

Simple Dotfiles config for VS Code development containers

Install

Development Container

Visual Studio Code can be configured to clone and install this dotfiles config simply by updating your settings.json with the following two lines,

{
  // ...
  "dotfiles.repository": "https://github.com/yumoose/container-dotfiles.git",
  "dotfiles.installCommand": "~/dotfiles/install.sh",
}

Contents

Bash-it

Bash-it provides a mean as base set of functionality and is configured to,

  • Make the terminal much less of an eye-sore ๐ŸŽจ
  • Add Git aliases and supporting plugins ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป

About

Dotfiles for VS Code development containers


Languages

Language:Shell 100.0%