Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qianguyihao committed Jun 6, 2022
1 parent 45a02bd commit f1cfca8
Show file tree
Hide file tree
Showing 9 changed files with 137 additions and 26 deletions.
29 changes: 21 additions & 8 deletions 01-软件清单/01-Mac软件清单.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

### 启动工具

- [Alfred](https://www.alfredapp.com/) - Mac 上应该安装的第一个效率神器。【荐】[《程序员的macOS系列:高效Alfred进阶》](https://juejin.cn/post/6844904062484217863) [《Mac神器Alfred之自定义一个多应用快速切换的workflow》](https://mp.weixin.qq.com/s/DdT98goc5nR73RfK-ISGiQ)
- [Alfred](https://www.alfredapp.com/) - Mac 上应该安装的第一个效率神器。【荐】

相关文章:[《程序员的macOS系列:高效Alfred进阶》](https://juejin.cn/post/6844904062484217863) [《Mac神器Alfred之自定义一个多应用快速切换的workflow》](https://mp.weixin.qq.com/s/DdT98goc5nR73RfK-ISGiQ)

- [Raycast](https://www.raycast.com/) - Alfred 的竞品。[#](https://se7en.hedwig.pub/i/zui-jin-fei-chang-xi-huan-de-app-raycast-yi-ji-ta-de-cha-jian-xi-tong)【荐】

Expand All @@ -16,10 +18,12 @@

- [snipaste](https://zh.snipaste.com/) - 新生代截图工具。【荐】。


- [shottr](https://shottr.cc/) - 面向像素的屏幕截图工具,支持智能测距、滚动截图、元素智能删除、打码或隐藏、OCR 文本识别、距离标注等功能。他是为像素级专业人士(设计师、前端开发人员等)服务的,它的强项是精确度和速度,其杀手特征是变焦。【荐】。

- [Xnip](https://zh.xnipapp.com)- Mac上方便好用的截图工具,支持滚动截图;最大的优点是,**截图可以自带阴影,效果不错**[#](https://sspai.com/post/42654)。【荐】

- [Picsee](http://picsee.chitaner.com/) - 看图 & 截图。

- [Annotate](https://itunes.apple.com/cn/app/annotate-capture-and-share/id918207447?mt=12) - 可对屏幕截图或者现有图片进行批注。同时,在基础的图片注释功能上还增加了“局部高亮”、“Emoji 表情”、 ”GIF 动图录制与注释“、“与 Dropbox/CloudApp 同步数据“等功能。[#](https://sspai.com/post/30486)


Expand Down Expand Up @@ -124,9 +128,9 @@

### 浏览器

- [Safari](http://www.apple.com/cn/safari/) - Mac预装自带浏览器。
- [Safari](http://www.apple.com/cn/safari/) - Mac预装的自带浏览器。[]

- [Chrome](http://www.google.cn/chrome/browser/) - Chrome浏览器谷歌出品。
- [Chrome](http://www.google.cn/chrome/browser/) - Chrome浏览器,谷歌出品。[]

- [Firefox](http://www.firefox.com.cn/) - 火狐浏览器。

Expand Down Expand Up @@ -383,9 +387,13 @@ Dozer 操作方法很简单,Dozer运行后在菜单栏会出现一个「‧」

### 电子书相关

- [Calibre](http://calibre-ebook.com/) - 丑陋的软件,但强大的软件电子书管理、电子书格式转换。[开源](https://github.com/kovidgoyal/calibre)[]


- [Kindle App](http://www.amazon.com/gp/help/customer/display.html?nodeId=201246110) - 亚马逊 Kindle App 电子书阅读器。
- [Calibre](http://calibre-ebook.com/) - 丑陋的软件,但强大的软件电子书管理和转换。[开源](https://github.com/kovidgoyal/calibre)[]

- [Sigil](https://sigil-ebook.com/) - [开源](https://github.com/Sigil-Ebook/Sigil)、多平台EPUB编辑器。[] 。EPub 电子书制作教程:[#](https://kindlefere.com/post/73.html) [#](https://kindlefere.com/post/71.html) [#](https://kindlefere.com/post/72.html)

- [Knotes](http://knotesapp.com/cn) - 高效、优雅的读书笔记管理。

### pdf 阅读
Expand Down Expand Up @@ -481,12 +489,18 @@ Eagle 可以轻松管理大量图片素材,满足图片素材「收藏、整

### 版本控制分类

- [Git](https://git-scm.com/) - 版本控制工具,官网提供[数十种GUI客户端](https://git-scm.com/download/gui/mac) for Mac。
- [Git](https://git-scm.com/) - 版本控制工具,官网顺带推荐了[数十种GUI客户端](https://git-scm.com/download/gui/mac) for Mac。【荐】

Mac电脑上,可以直接安装 [Command Line Tools for Xcode](https://developer.apple.com/download/all/?q=command) 即可,安装完成后 Git 就有了。

- [SVN](http://subversion.apache.org/) - 版本控制工具。

### 版本控制-GUI软件

- [Tower](https://www.git-tower.com/) - 强大的Git客户端。[]

安装破解版时,dock 栏看看有没有一个橙色钥匙,那个就是注册机。

- [SourceTree](https://www.sourcetreeapp.com/) - 强大的Git跨平台客户端。[]
- [GitKraken](https://www.gitkraken.com/) - 强大的Git客户端。[]

Expand Down Expand Up @@ -593,8 +607,7 @@ Eagle 可以轻松管理大量图片素材,满足图片素材「收藏、整

- [termius](https://termius.com/) - Mac 最好用的SSH连接客户端。


- [Oh my zsh](http://ohmyz.sh) - 拥有大量的有用的功能,助手,插件,主题,等特性的命令行工具插件。[开源](https://github.com/robbyrussell/oh-my-zsh)
- [Oh my zsh](http://ohmyz.sh) - 拥有大量的有用的功能,助手,插件,主题,等特性的命令行工具插件。[开源](https://github.com/robbyrussell/oh-my-zsh)[]

- [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - 和**Oh my zsh**相似,建立在Fish Shell框架上。

Expand Down
18 changes: 14 additions & 4 deletions 01-软件清单/03-iOS App清单.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@



> 这里只记录

## 一、常用软件

### 社区

- 即刻App



### 工作流

- 快捷指令。
Expand All @@ -18,17 +22,23 @@
- 时间块 - 快速记录时间规划和日程安排。点击方块,搞定时间管理。




## 二、进阶软件

### 科学上网

- Shadowrocket - 科学上网工具。软件安装连接:<https://github.com/j-proxy/iossos>


## 二、进阶软件

## 三、办公软件

## 四、笔记、阅读、写作

### 笔记软件

- Notion

## 五、图像处理&设计

### 图片相关
Expand Down
11 changes: 9 additions & 2 deletions 02-软件操作/01-MacTips-千古壹号.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- [macos m1 安装git,终端运行git命令提示安装 Xcode](https://blog.csdn.net/A_Brave/article/details/120844682)



### git clone 时,提示错误:Failed to connect to github.com port 443: Connection refused

解决办法:
Expand All @@ -34,7 +33,15 @@ git config --global http.proxy http://127.0.0.1:7890
- [解决 Failed to connect to github.com port 443:connection timed out_fK0pS的博客-CSDN博客](https://blog.csdn.net/Hodors/article/details/103226958)


###

### Alfred的自动粘贴功能 Auto-Paste on return 失效,如何解决

解决办法:

1、打开 Alfred Preferences 偏好设置,找到 Features — Clipboard History — Advanced,确保开启了Auto-Paste on return(回车时自动粘贴)功能。

2、打开系统偏好设置 — 安全性与隐私 — 隐私 - 辅助功能,将 Alfred 勾选上。



### Mac到底要不要关机
Expand Down
27 changes: 26 additions & 1 deletion 02-软件操作/02-Mac基本操作.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,36 @@

- 「触控板」,勾选“轻点来点按”。

- 默认分辨率是1728*1117,可调整为 1496*967。
- 默认分辨率是`1728*1117`,可调整为 `1496*967`



## 系统便好设置


### 更给功能键的默认行为:如何不按 Fn 就使用功能键?

默认情况下,如果想要按 F1~F12这些功能键,则需要同时按Fn键才行。这太麻烦了。如何不按 Fn 就使用功能键?

如果你要更改顶行按键以使它们在无需按住 Fn 键的情况下用作标准功能键,请按照以下步骤操作:

(1)选取苹果菜单  >“系统偏好设置”。
(2)点按“键盘”。
(3)勾选“将 F1、F2 等键用作标准功能键”。

参考链接:[如何使用 Mac 上的功能键 - Apple 支持](https://support.apple.com/zh-cn/HT204436)












### 语音播报

打开「系统便好设置-->辅助功能-->语音」,即可设置不同国家的语言。
Expand Down
File renamed without changes.
28 changes: 28 additions & 0 deletions 02-软件操作/Mac开发环境配置.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

### Node.js 环境安装


### item2 终端安装

参考链接:

[iTerm2 + Oh My Zsh 打造舒适终端体验](https://github.com/github-repo-backup/iterm2-with-oh-my-zsh)

### 安装 Python3

1、[官网](https://www.python.org/downloads/macos/)下载安装包,安装 Python。

[安装Python - 廖雪峰的官方网站](https://www.liaoxuefeng.com/wiki/1016959663602400/1016959856222624)

2、执行如下命令,安装 pip:

```bash
# 下载脚本
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
# 运行安装脚本
sudo python get-pip.py
```

上方的第一个命令,如果提示`curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bootstrap.pypa.io:443`,则解决办法是:浏览器打开 `https://bootstrap.pypa.io/get-pip.py`,将文件复制下载到本地,然后执行本地的脚本文件。


39 changes: 39 additions & 0 deletions 02-软件操作/科学上网.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@



### 科学上网服务推荐

- [AgentNEO](https://agneo.co/?rc=ut50176c)

### MacOS + ClashX 设置Telgram代理的代理

(1)TG软件,要下载[Mac专用版本](https://macos.telegram.org/),不要下载[通用版本](https://desktop.telegram.org/)

(2)安装好TG后,代理设置 SOCKS5,服务器填 127.0.0.1:7890 即可。也就是 ip + 端口号。这里的端口号,要填你自己的代理软件的端口号。

(3)如果发现还是不行,就卸载TG,重新安装。

参考链接:

- [MacOS+ClashX设置TG代理教程 - 速蛙云博客](https://suwav2ray.com/macos_clashx_tg/)

- [telegram建议下载Mac专用版本](https://github.com/Dreamacro/clash/issues/988)


### 使用ShadowSocks后,让dropbox具备代理功能

使用 ShadowSocks 进行代理后,如果发现dropbox默认是无法翻墙,此时需要对dropbox进行设置。设置如下:

在 Dropbox 的代理首选项中选择 SOCKS5,服务器填 127.0.0.1:1080 即可。


如果用的是 ShadowSocksR,而不是 ShadowSocks,那就需要把端口号 1080 改为 1086。参考链接:

也就是 ip + 端口号。这里的端口号,要填你自己的代理软件的端口号。

另外需要注意的是,T个

参考链接:

- [Mac下使用shadowsocks,Dropbox无法连接解决](https://tinyyi.com/post/qa/jie-jue-huan-xin-ssrhou-dropboxwu-fa-lian-jie-wen-ti)

11 changes: 0 additions & 11 deletions 03-其他软件/科学上网.md

This file was deleted.

0 comments on commit f1cfca8

Please sign in to comment.