其他分享
首页 > 其他分享> > [devtools]my setting

[devtools]my setting

作者:互联网

统一

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

vscode-py

jupyter

eclipse-java

vs2019

SSMS+SQL-server

mySQL

WSL2

sudo apt update 
sudo apt upgrade

vm-lnx

vm-win

slmgr.vbs /upk #已成功卸载了产品密钥
slmgr /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 #产品密钥安装成功
slmgr /skms zh.us.to #密钥管理服务计算机名成功的设置为zh.us.to
slmgr /ato #成功的激活了产品

host-win

标签:hyper,install,bucket,scoop,add,setting,https,devtools,my
来源: https://www.cnblogs.com/lunarwhite/p/13903815.html