Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

jongwony/rcfiles

Repository files navigation

transplant_rc

Platform-free setup rc files

Coverage

  • AWS Ubuntu ✅

Usage

  1. Fork this repo.

  2. Push vimrc, zshrc etc.

  3. Git clone in new environment.

  4. python3 setup.py

Test Environment

Create test user and rc test.

→ Check md files

Docker

docker build -t py3 .
docker run -it py3
docker container ls -all
docker start <CONTAINER_ID>
docker attach <CONTAINER_ID>