github-app-token Public Forked from tibdex/github-app-token Impersonate a GitHub App in a GitHub Action TypeScript 1 MIT 146 0 0 Updated Dec 18, 2023 github-actions Public archive Repository of GitHub Actions used by the Oh My Zsh project Shell 16 14 0 0 Updated Sep 4, 2020 Pe...
2cd/zsh Star110 (๑•̀ㅂ•́)و✧ Easily configure zsh themes and plugins for GNU/Linux and Android-Termux.管理数百个zsh插件和主题,支持Alpine,Android,Arch,Debian,Fedora和Void。 pluginthemezsh-themetermuxzshellohmyzshzinitp10kfzf-tab ...
github地址:https://github.com/ohmyzsh/ohmyzsh 可以使用 curl、wget 或其他类似工具通过命令行安装它。 应该先安装curl或 wget 应该先安装 git(推荐 v2.4.11 或更高版本) 例:$ sh -c "$(curl -fsSLhttps://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"安装完成之后查看版本: 运行zsh-...
推荐一款智能shell:oh-my-zsh github地址: https://github.com/robbyrussell/oh-my-zsh 支持linux和mac。 安装命令:sh -c"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 或 sh -c"$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/...
简介: CentOS7安装oh-my-zsh(github start Top 10) 1、github上的Top 10 star 2、安装 curl or wget and git 应该先安装 Method Command curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" wget sh -c "$(wget -O- https://raw.github...
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 方式二: 1、下载oh-my-zsh,从Github地址或Gitee地址下载: 注:通过这种方式安装需要先安装HomeBrew /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
首先,在开始前,我想先推荐一个 github 仓库,awesome-zsh-plugins,通过浏览器打开awesome-zsh-plugins,里面提供了相当丰富的 zsh 的框架、教程、插件与主题等等,是 zsh 的资源合集。 框架,如 oh-my-zsh,还有其他的一些框架。其中,还有关于 zsh 的教程。
另外一个主题就是 crunch,也是我目前在用的一个主题 设置方法:vim ~/.zshrc, 找到ZSH_THEME=“”,这句话,在双引号里面写上cloud就可以啦! 如果你在里面写的是random,每次开启终端的主题将是随机的! 当然你也可以自己找主题,oh-my-zsh里面带有主题了,主题都在以下这个文件夹里,可以进去找自己喜欢的 ...
ZSH_THEME_RANDOM_CANDIDATES=("ys" "junkfood" "rkj-repos") 1. 2. 3. 4. 官方主题列表展示 Themes · ohmyzsh/ohmyzsh Wiki (github.com) [oh-my-zsh] Random theme 'xiong-chiamiov' loaded ┌─[xucahoxin_debian@xuchaoxin] - [~] - [Fri Jan 01, 12:34] ...
首先:git clone --depth=1https://gitee.com/romkatv/powerlevel10k.git${ZSH_CUSTOM:-$HOME/.oh...