该项目主要用于记录tmux的配置文件,以及其开机启动服务的脚本。
mkdir ~/.tmux
git clone [email protected]:Louiszhai/tmux.git ~/.tmux/tmux-config
ln -s ~/.tmux/tmux-config/.tmux.conf ~/.tmux.conf
首先,指定 init.sh
脚本权限为可执行。
chmod u+x ~/.tmux/tmux-config/init.sh
然后,打开 系统偏好设置
- 用户与群组
- 登录项
,点击添加按钮 +
,选择 init.sh
脚本,最终效果如下:
至此,Mac开机将自动运行init.sh
脚本,自动启用web服务器。
Released under MIT LICENSE.