目录
clashx配置
Github Token
- 参考文章:https://cloud.tencent.com/developer/article/1861466
- 参考文章:https://blog.csdn.net/weixin_41010198/article/details/119698015
- 参考文章:https://helloai.blog.csdn.net/article/details/119696726?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.essearch_pc_relevant&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.essearch_pc_relevant
git clone https://YOURTOKEN@github.com/JiangHuHiKe/LCClientDemo-iOS.git
git clone https://YOURTOKEN@github.com/JiangHuHiKe/LCClientDemo-swift.git
git clone https://YOURTOKEN@github.com/JiangHuHiKe/JiangHuHiKe.github.io.git
YOURTOKEN 我的token记录在微信收藏里
jekyll
Oh my zsh
一 更改主题
可以通过编辑.zshrc文件来修改你的主题
vi ~/.zshrc
二 更新完 zsh 说 目录权限问题的解决
Last login: Thu Sep 2 10:39:18 on ttys000
[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxr-x 3 lixiaoyi13 admin 96 8 28 06:31 /usr/local/share/zsh
drwxrwxr-x 3 lixiaoyi13 admin 96 8 28 06:37 /usr/local/share/zsh/site-functions
[oh-my-zsh] For safety, we will not load completions from these directories until
[oh-my-zsh] you fix their permissions and ownership and restart zsh.
[oh-my-zsh] See the above list for directories with group or other writability.
[oh-my-zsh] To fix your permissions you can do so by disabling
[oh-my-zsh] the write permission of "group" and "others" and making sure that the
[oh-my-zsh] owner of these directories is either root or your current user.
[oh-my-zsh] The following command may help:
[oh-my-zsh] compaudit | xargs chmod g-w,o-w
[oh-my-zsh] If the above didn't help or you want to skip the verification of
[oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to
[oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.
Open terminal
组件化
一、cocoapods
https://blog.csdn.net/zramals/article/details/81217761
cocoapods官网
https://guides.cocoapods.org/making/making-a-cocoapod.html
行者常至,为者常成!