自建code-server
code-server可以在浏览器中打开VS Code 我们通过Docker来部署code-server,通过nginx进行代理访问 Docker部署c...
code-server可以在浏览器中打开VS Code 我们通过Docker来部署code-server,通过nginx进行代理访问 Docker部署c...
安装register和register-ui 通过docker-compose安装register和docker-register-ui version: "3" networks:...
注册Github OAuth应用 访问https://github.com/settings/applications/new进行注册 调整配置文...
创建博客 安装Hugo brew install hugo git-lfs git lfs install 创建一个新的博客目录 hugo new site blog.liwt.top --format yaml 设置PaperMod主题 cd blog.liwt.top git init git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod echo 'theme: PaperMod' >> hugo.yaml # 重新clone仓库...
备份 mkdir backup cd backup brew list > brew-liwt.txt ls /Applications > Applications.txt rsync -rR ~/.bash_profile ~/.config/clash ~/.docker/{config.json,daemon.json} ~/.gitconfig ~/.gitignore_global ~/.gradle/init.gradle ~/.jetbrains ~/.jetbrains.vmoptions.sh ~/.kube ~/.m2/settings.xml ~/.npmrc ~/.ssh ~/.yarnrc ~/.zshrc . 重...