Version: Next

Windows软件

  • 清理 Dism++

  • 脑图 mindMaster

  • 分屏(github) Powertoys

  • 桌面分区 Fences

  • 搜索 Everything

  • 博客 hexo hugo

  • 书 gitbook

  • 在线流程图 processOn

  • GIF制作 ScreenToGif

  • 在线截图美化

    https://www.screely.com/

苹果上推荐软件

下载网站:xclient.info

https://macwk.com/

vmware fusion虚拟机

注册码XKZYV-PK9CC-A1Y0X-K5HZL-Y65ZV

win10虚拟机教程https://blog.csdn.net/Zereao/article/details/96852261

虚拟机黑屏的问题去网上百度

win10激活https://www.jianshu.com/p/879f82917803

vmware fusion记得安装vmware tools解决卡顿

Iterms2 终端

下载主题包

https://gitee.com/lixuewen9/iTerm2-Color-Schemes.git

打开iterm2菜单profile选项,进入主题包路径进入shceme选择主题

下载oh-my-zsh插件

git clone https://gitee.com/mirrors/oh-my-zsh.git ./.oh-my-zsh
cd oh-my-zsh
cd tools
sh -c ./install.sh

配置代码高亮和配置自动提醒

cd ~/.oh-my-zsh/plugins/
git clone https://gitee.com/RJD/zsh-syntax-highlighting.git
git clone https://gitee.com/pocmon/zsh-autosuggestions.git

重新编译配置文件

cd ~/
nano .zshrc

找到pulings=(git),修改为

plugins=(git zsh-syntax-highlighting zsh-autosuggestions)

保存退出,使用source .zshrc重新加载文件

之后所有修改~/.bash_profile的环境变量的操作,都改为去~/.zshrc中修改

  • 使用code命令允许终端使用vscode打开文件

    alias code="/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code"

mysql可视化

http://www.sequelpro.com/

超级右键 windows风格的右键菜单

magnet 分屏 rectangle 分屏

Dropover 抖动获得剪切窗口

homebrew 包管理工具

https://zhuanlan.zhihu.com/p/111014448

国内脚本

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

istat menus 计算机状态监控

  • 激活码

    SN:
    Email: 982092332@qq.com
    SN: GAWAE-FCWQ3-P8NYB-C7GF7-NEDRT-Q5DTB-MFZG6-6NEQC-CRMUD-8MZ2K-66SRB-SU8EW-EDLZ9-TGH3S-8SGA

pycharm设置远程解释器

远程jupyter

Medis - Redis可视化

Pathfinder -- 访达增强

录屏 screenflow

系统清理 cleaner one pro

PicGIF 动图制作

snap 仿 win+12345

仿win+ 1 2 3 4 5 快速启动程序

zip格式乱码

  • 安装unar
brew install unar
  • 以指定编码解压
unar -e GBK yourfile.zip

关闭字体平滑

defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES

设置鼠标加速度|滚轮速度

读取

  • 鼠标双击阈值:defaults read -g com.apple.mouse.doubleClickThreshold

  • 鼠标加速度:defaults read -g com.apple.mouse.scaling

  • 滚动速度:defaults read -g com.apple.scrollwheel.scaling

设置

  • 鼠标双击阈值:defaults write -g com.apple.mouse.doubleClickThreshold 0.75

  • 鼠标加速度:defaults write -g com.apple.mouse.scaling 5

  • 滚动速度:defaults write -g com.apple.scrollwheel.scaling 0.75

修改滚轮方向 Scroll Reverse

修改host文件——helm

app store 有

Mos For Mac 平滑的鼠标滚轮滚动效果


Mac常用快捷键

Command-Shift-.:开启或关闭显示隐藏文件

Option-Command-V:剪切,Command + C 先复制。

Command-回车:文件重命名,光标选中。

Command-H:隐藏最前面的应用的窗口。要查看最前面的应用但隐藏所有其他应用,请按 Option-Command-H。

Command-M:将最前面的窗口最小化至“程序坞”。必须光标选中当前应用后按才做效。

Option-Command-Space:打开访达。曲线救国 :)

Option-Command-Esc:打开强制退出应用的界面。

Command–空格键:显示或隐藏“聚焦”搜索栏。

Command–Option–空格键:从“访达”窗口执行“聚焦”搜索。

Control-Command-F:全屏使用应用(应用支持也只能部分使用)(有道笔记不行)。

Command-Tab:在打开的应用中切换到下一个最近使用的应用。

Command-逗号 (,):打开最前面的应用的偏好设置(有道笔记不行)。

Command-Delete:将所选项移到废纸篓。

睡眠模式 control command Q

Command - Q 退出当前应用

shift-Command-delete 清理垃圾桶

Chrome快捷键

command + option ←前一个分页

command + L 切换到地址栏

option + command + i 开发人员工具