Skip to content

Instantly share code, notes, and snippets.

View solerwell's full-sized avatar

soler solerwell

  • Netease
  • Beijing
View GitHub Profile
@solerwell
solerwell / install-docker.sh
Created November 30, 2019 17:04 — forked from sethbergman/install-docker.sh
Install Docker CE on Linux Mint 19
#!/usr/bin/env bash
# https://docs.docker.com/install/linux/docker-ce/ubuntu/
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
@solerwell
solerwell / History\-1d6b5a3d\GS6u.json
Last active May 19, 2023 09:33
win10-vscode Settings Sync Gist
// 将设置放入此文件中以覆盖默认设置
{
// 控制字体大小。
"editor.fontSize": 15,
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"window.openFilesInNewWindow": "on",
"files.eol": "\n",
"workbench.colorCustomizations": {
"tab.activeBackground": "#282c34",
"activityBar.background": "#282c34",