[devtools]my setting

统一

  • font-family
    • Consolas
    • Lucida Sans Typewriter
    • Courier New

scoop

  • 部署
set-executionpolicy remotesigned -scope currentuser

iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/lukesampson/scoop/master/bin/install.ps1')

scoop install 7zip
scoop install sudo
scoop install git
git init

scoop checkup
  • 安装
#添加第三方库
scoop bucket add <bucket> <bucket_url>
scoop bucket add Ash258 'https://github.com/Ash258/Scoop-Ash258.git'
scoop bucket add helbing 'https://github.com/helbing/scoop-bucket'
scoop bucket add dorado 'https://github.com/chawyehsu/dorado'

#添加库
scoop bucket add extras
scoop bucket add java
scoop bucket add jetbrains
scoop bucket add versions
scoop install python@3.7.7

#日常
scoop install geekuninstaller
scoop install dismplusplus
scoop install everything

scoop install wpsoffice
scoop install baka-mplayer

scoop install picpick #CTRL+shift+S
scoop install ditto	  #CTRL+shift+V
scoop install picgo

scoop install shadow*socks
scoop install v2*ray
scoop install psiphon

#开发工具
scoop install hyper             #admin
scoop install windows-terminal	#admin
scoop install googlechrome

scoop install typora
scoop install vscode
scoop install vscode-insiders
scoop install sublime-text

scoop install github
scoop install zeal

#SQL
scoop install mysql-workbench
scoop install mysql

#fontend
scoop install nodejs
#C/C++
scoop install gcc
scoop install cmake
#java
scoop install oraclejdk
scoop install maven
#python
scoop install anaconda3

#IDE
scoop install eclipse-java
scoop install codeblocks
scoop install orwell-dev-cpp
scoop install PyCharm-portable
scoop install IntelliJ-IDEA-portable
scoop install CLion-portable
scoop install GoLand-portable
scoop install WebStorm-portable

hyper

#修改默认 Shell 为 PowerShell
shell: 'C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe',
shellArgs: [],
env: {}

#主题
hyper i hyper-material-theme

#透明度
hyper i hyper-opacity

vscode-cpp

vscode-java

  • 设置java路径
    • 打开vscode设置(Ctrl + ,)
    • 搜索设置输入 javahome
    • json中编辑"java.home": "C:\\Users\\mewin\\scoop\\apps\\oraclejdk\\current"

vscode-py

  • launch.json检查漏洞
    • 点击菜单栏调试-打开配置,就会弹出一个选择框
    • 我们在这里要选择Python,然后就打开了
  • tasks.json任务运行
    • Ctrl+Shift+P就会弹出一个搜索框,
    • 搜索tasks,选择第一个配置默认生成任务,
    • 我们在这里要选择使用模板创建tasks.json文件,
    • 然后又弹出一个选择框,这里选择Others,就打开了tasks.json文件
  • 初始化anaconda:conda init powershell

jupyter

eclipse-java

  • 代码自动补全
    • 打开 Eclipse -> Window -> Perferences
    • 找到 Java -> Editor -> Content Assist
    • 在Auto Activation 段中设置 Auto activation triggers for Java
    • 内容为:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  • editor字体变大;console字体变小
  • General->workspace->更改GBK->UTF-8

vs2019

SSMS+SQL-server

mySQL

WSL2

sudo apt update 
sudo apt upgrade

vm-lnx

  • 配置
    • 2G/16G/4/关闭3D/USB3.1/虚拟化AMD-v/移除打印机
    • xx72/LA/vmlnx/xx
  • 安装VMwareTool

vm-win

  • 配置
    • 8G/64G/4/关闭3D/USB3.1/虚拟化AMD-v/移除打印机
    • xx72/US/vmwin/xx
  • 安装VMwareTool
  • 激活-HOME
slmgr.vbs /upk #已成功卸载了产品密钥
slmgr /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 #产品密钥安装成功
slmgr /skms zh.us.to #密钥管理服务计算机名成功的设置为zh.us.to
slmgr /ato #成功的激活了产品
  • 激活-PRO:kms
  • 设置+同步
  • Geek Uninstaller
  • dism++

host-win

  • geek uninstaller/电源计划/文件夹系统
  • 其他服务关闭
    • microsoft compatibility telemetry磁盘占用
    • xbox系列
    • Windows search
    • 方法
      • 在win10系统下按下WIN+R,然后在运行中输入 services.msc 回车;
      • 这时会打开本地服务,我们在服务中找到:Connected User Experiences and Telemetry”的服务
      • 双击打开服务,设置启动类型为禁用,然后停止服务
  • 剪贴板迁移
  • 还原点:recoverpoint_first_20200919
  • 流量计费的连接
  • 设置+同步
  • scoop
  • 启用WSL/VMware
上一篇:golang map 中的 key 为什么是无序的


下一篇:scoop常用命令