顾名思义,基本都是在系统已有的功能上进行增强,例如截图工具
主页:brew.sh
官方安装方式:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
顾名思义,基本都是在系统已有的功能上进行增强,例如截图工具
主页:brew.sh
官方安装方式:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Tips on using NodeJS |
🌲 An exploration of life's philosophy, personal growth, and self-actualization. | |
🌼 关于生活哲学、个人成长与自我实现的随笔/读书笔记。 |
git bash ls命令显示中文乱码, | |
1,在根目录下c:\Users\xxx 下面新建一个.bashrc文件和.bash_aliases文件 | |
2,打开bashrc文件里面加入~/.bash_aliases | |
3,在bash_aliases文件中加入alias ls='ls --show-control-chars --color=auto' |
1. https://draculatheme.com/terminal | |
2. https://github.com/lysyi3m/macos-terminal-themes |
Mac 电脑,本地跑了一个 react app(http://localhost:3000) host 配置 prompt-dev.com, 指向 127.0.0.1 nginx 配置 prompt-dev.com 做了反向代理,指向 react app 的端口。
浏览器访问 prompt-dev.com 的时候,每隔 60 秒刷新一次页面。