Skip to main content

base

包管理器

推荐使用 choco 包管理器

安装

$psversiontable.psversion.major # should be >= 3
set-executionpolicy remotesigned -scope currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

美化终端

scoop install 7zip git openssh concfg

# back-up current console settings
concfg export console-backup.json

# use solarized color theme
concfg import solarized-dark

# You'll see this warning:
# overrides in the registry and shortcut files might interfere with
# your concfg settings.
# would you like to search for and remove them? (Y/n):
# Enter 'n' if you're not sure yet: you can always run 'concfg clean' later

scoop install pshazz

参考