abbshr / dotFile

the configuration files for my favorite working environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

配置汇总

macOS

  • font
  • vscode
  • Terminal
  • login shell
  • ssh key
  • sshd
  • vip

ubuntu server in docker

cd dotFile/
docker build -t xx:dotFile .
docker run --init -d -it --cap-add=ALL --privileged -h myhost --name=ubuntu xx:dotFile

docker exec -it --privileged ubuntu bash

About

the configuration files for my favorite working environment


Languages

Language:Shell 61.9%Language:Vim Script 37.6%Language:Dockerfile 0.4%