Skip to content

Arch Linux development environment with Flutter SDK

Notifications You must be signed in to change notification settings

PerspectiveLab/dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-env

Arch Linux development environment with Flutter SDK

The purpose of this repository is to create a consistent development environment for both the frontend and backend development. The packages list can be found in pkgs.txt.

Installation

docker pull ghcr.io/perspectivelab/dev-env

Usage

docker run -it \
    -v "$(pwd):/home/dev/perspective" \
    -v "[YOUR HOME DIRECTORY]/.gitconfig:/home/dev/.gitconfig" \
    -v "[YOUR HOME DIRECTORY]/.git-credentials:/home/dev/.git-credentials" \
    dev-env

Note: Your home directory must be an absolute path, e.g. /home/chinar

About

Arch Linux development environment with Flutter SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published