Skip to content

Personal script files to easily setup new dev environment

Notifications You must be signed in to change notification settings

py4mac/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles configuration files

Inspired by: https://github.com/kespinola/dotfiles

Target embedded software development:

  • arm toolchain
  • ceedling tool
  • plantuml
  • rust
  • yocto utils ...

Environment configuration

Preparing local file

Configuration file is located here

Option1 - Installing it on a new machine

This command installs all required packages

$ ./bin/dot-bootstrap env

Option2 - Installing it inside a container

This command installs all required packages

$ ./bin/dot-bootstrap venv

In order to build dockerfile, you can run the following command

$ docker build -t virtual-env .

As an example, to run it using docker-compose

services:
  virtual-env:
    image: virtual-env
    volumes:
      - ./workspace:/home/dev/workspace
    secrets:
      - user_ssh_key
secrets:
  user_ssh_key:
    file: ~/.ssh/id_rsa

About

Personal script files to easily setup new dev environment

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published