Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置新电脑时的一些问题 #3

Open
daiday opened this issue Jun 29, 2023 · 1 comment
Open

配置新电脑时的一些问题 #3

daiday opened this issue Jun 29, 2023 · 1 comment

Comments

@daiday
Copy link
Owner

daiday commented Jun 29, 2023

搞了个二手的MacBook用,重新配置的时候,走了不少弯路啊。

自定义proxy命令

首先就是proxy的问题。最直接的方法就是,直接在.zshrc中添加两个alias:

alias proxy="export http_proxy=http://127.0.0.1:7890;export https_proxy=http://127.0.0.1:7890;"
alias unproxy="unset all_proxy"

这样就可以直接使用这两个命令了。之前也没想这么多,走了好多弯路 。

更好的zsh的vi-mode

直接上链接:zsh-vi-mode
直接按照omz的方式下载 然后添加就完事了。
这个更好的原因也没别的,突出一个插入模式和normal模式之间的光标变化 ,好用。

zsh-syntax-highlighting

这个需要自己安装 ,竟然总是以为是内置插件。哎。链接是这个
内置了多好。

软件安装都有啥

  1. 肯定首先少不了的就是brew。挂好代理都好说。
  2. vscode,typora,coderunner编辑器三件套。后面两个我有授权,为啥不装。CodeRunner没说几台设备,不过都是我自己用。目前应该只有这一台吧。不知道能否把别的给挤掉。typora我用的地方可能稍微多一些,毕竟windows也支持,自己电脑,公司PC,再加上这一个,轻松3台了。
  3. NeoVide+NvChad。NvChad如果代理没挂好,能折腾死你。
  4. 找了几个好看的mono nerd font字体,这是NvChad要求的。其实之所以用NeoVide,就是因为其内置了一个好看的Mono Nerd Font。
  5. JetBrains ToolBox及其全家桶。我花了钱了,为什么不装。8G内存也能跑的。没事。跑不动有vscode,没事。
  6. Office全家桶。我也是花了钱买的2021,为啥不装。
  7. 更新了系统,同时保存了时间机器。趁着系统比较干净,赶紧备份一下。
  8. 就这么多暂时。其他的都是小软件,诸如:Keka, Kap, IINA, Amphetamine, Magnet(可以用Rectangle替代), 小历, 一堆聊天软件等等。目前就需要这么多。不过brew里面安装的更多。都是随时需要随时装了。
  9. 都忘了说iterm2和omz了。不过这也没啥好说的。毕竟挂完代理之后,就是下载这俩。差不多就这样了。再绑定一下邮箱。
@daiday
Copy link
Owner Author

daiday commented Jun 29, 2023

突然发现,我的K380竟然可以完全放到这个13寸的MacBook键盘区上方,而不会触碰到其他按键。这可真是太棒了!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant