Youtube-apprendre-python-intelligence-artificielle icon indicating copy to clipboard operation
Youtube-apprendre-python-intelligence-artificielle copied to clipboard

Ce repo contient les codes développés dans le cadre de ma série de vidéo sur Youtube pour apprendre à coder en python pour l'Intelligence Artificielle.

Tmux config

该项目主要用于记录tmux的配置文件,以及其开机启动服务的脚本。

Clone

mkdir ~/.tmux
git clone [email protected]:Louiszhai/tmux.git ~/.tmux/tmux-config

Install

ln -s ~/.tmux/tmux-config/.tmux.conf ~/.tmux.conf

Start web server while mac restart

首先,指定 init.sh 脚本权限为可执行。

chmod u+x ~/.tmux/tmux-config/init.sh

然后,打开 系统偏好设置 - 用户与群组 - 登录项,点击添加按钮 +,选择 init.sh 脚本,最终效果如下:

至此,Mac开机将自动运行init.sh脚本,自动启用web服务器。

License

Released under MIT LICENSE.