美文网首页工具和技巧集锦macbook入门
Mac系统日常使用经验记录

Mac系统日常使用经验记录

作者: 运维人生 | 来源:发表于2019-02-14 15:31 被阅读1次

    记录一下带Touchbar的Mac日常使用的经验, OS版本是Mojave 10.14.3。

    1. 常用软件推荐

    软件管理工具:homebrew

    屏幕截图工具:Apowersoft Screenshot (command + 1)

    Todo管理工具: Todoist(https://todoist.com/compare_plans)/MS To-do/Trello

    浏览器工具:Chrome

    中文输入法:Sougou

    笔记工具:有道云笔记

    编程:Microsoft VS Code

    思维导图:xmind 8

    Text编辑工具:    brew cask install sublime-text

    Shell工具:

    brew cask install iterm2

    brew install zsh zsh-completions

    chsh -s /bin/zsh

    Windows远程桌面: microsoft remote desktop

    搜索工具: brew cask install alfred

    解压工具:https://theunarchiver.com/

    随手记工具:Notes

    防蓝光:flux

    阅读工具:books

    电子书转换管理软件:https://calibre-ebook.com/download_osx

    下载工具:Free Download Manager

    FTP工具: Filezilla

    标题栏精简工具: brew cask install dozer

    视频播放工具:brew cask install iina/source player light(英语学习利器)

    快捷键提示工具:brew cask install cheatsheet

    词典工具: 自带的Dictionary(导入词库教程https://sspai.com/post/43155)DictUnifier(StarDict Dictionaries

    2.常用操作和快捷键:

    软件安装:App Store/HomeBrew

    软件卸载:直接拖到Trash(FInder->Applications)/

    快速锁屏设置:System Preferences->Desktop&Screen Saver->Hot Corners->Lock Screen

    快速解锁设置:System Preferences->Touch ID

    分辨率设置(放大字体): System Preferences->Displays->Dispaly->Resolution(Scaled)

    Copy/Paste/Cut/Save/Redo: Command + C/V/X/S/Z

    强制退出:Control + C/D

    PPT播放: Command+Return

    屏幕录制:QuickTime Player->New Screen Recording

    强制关闭某个应用程序:Launchpad->Other->Activity Monitor->找到你想结束的进程(Quit->Force Quit)  或者通过terminal: ps -ef|grep -i 你想结束的应用关键字

    动态壁纸:System Preference->Display->Desktop->Dynamic

    Finder配置显示磁盘和用户目录:Finder->Preferences->Siderbar(your name/hard disks)

    3.homebrew软件:

    安装:

    xcode-select --install

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    brew -v

    使用:brew search/info/install/list/upgrade/uninstall 软件名称,比如ipcalc

    ipcalc 172.16.0.0/12

    brew install python3

    brew cask install iterm2/slack/alfred/dash

    brew install git

    4.打印机

    安装驱动: Finder->Connect to Server->smb://fs1 (Tools),拷贝驱动到本机安装即可

    连接网络打印机:System Preferences->Printers->Add Button(Choose right driver 368/c368 ps)

    5.安装微软To-do(无官方Mac版)

    下载Mac版To-do,并解压:https://github.com/Wowu/microsoft-todo-osx/releases

    brew install npm

    npm install nativefier -g

    nativefier --name "To-Do" -p "OSX" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls="((microsoftonline|live)\.com|(todo|to-do)\.microsoft\.com)" --disable-context-menu --inject ./style.csshttps://to-do.microsoft.com/login

    相关文章

      网友评论

        本文标题:Mac系统日常使用经验记录

        本文链接:https://www.haomeiwen.com/subject/jvmeeqtx.html