五步走:
- 套件中心——所有套件——第三方,找到
Git Server
,安装 - 套件中心——设置——套件来源——新增,位置写
https://packages.synocommunity.com
,名称写社群
,确定 - 套件中心——社群,找到
Z shell (with modules)
,安装 - SSH 登录群晖,粘贴下面的命令后回车
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- 由于群晖没有
chsh
,所以新建~/.profile
文件,粘贴以下内容后保存if [[ -x /usr/local/bin/zsh ]]; then export SHELL=/usr/local/bin/zsh exec /usr/local/bin/zsh fi