Skip to content

装机手册 #9

@coffeexy

Description

@coffeexy

最近更换电脑比较频繁,写个装机手册

- 打开AppStore安装QQ/WeChat/网易云音乐/有道词典

- 安装Chrome 及插件👇👇

- Node.js 随包附赠npm

- iTerm + oh-my-fish

  • 安装fish
npm install brew

brew install fish

curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.sh | sh

chsh -s /usr/local/bin/fish

如果最后一步报错的话,编辑 /etc/shells,加入/usr/local/bin/fish

  • 配置oh-my-fish主题
    命令行安装失败的话,可以clone该git项目到本地执行bin/install --offline

  • 我选择的主题需要特殊字体

git clone https://github.com/powerline/fonts
./install.sh

配置字体
配置默认的主题
成果图:可以显示当前分支名,分支状态

VSCODE 和 插件

插件安装:⌘+P,输入下面的代码

ext install auto-rename-tag
ext install vscode-babel-coloring
ext install debugger-for-chrome
ext install githistory
ext install vscode-html-css
ext install html-snippets
ext install npm-intellisense
ext install path-intellisense
ext install vscode-typings
ext install vscode-todo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions