Platform-free setup rc files
- AWS Ubuntu ✅
-
Fork this repo.
-
Push vimrc, zshrc etc.
-
Git clone in new environment.
-
python3 setup.py
Create test
user and rc test.
→ Check md files
docker build -t py3 .
docker run -it py3
docker container ls -all
docker start <CONTAINER_ID>
docker attach <CONTAINER_ID>