Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.38 KB

yk's Dotfiles

Personal Config files and Scripts. Wallpaper credits: Unsplash

Screenshot_1 Screenshot_2

Setup

Others

Setup for CentOS Server

sh -c "$(curl -fsSL https://raw.githubusercontent.com/m8524769/Dotfiles/master/setup_centos.sh)"

With Docker

# Start nginx & envoy
docker-compose up -d

# Check status
docker-compose ps

# Rebuild images
docker-compose build

# Stop containers & remove them
docker-compose down