ICode9

精准搜索请尝试: 精确搜索
  • 记录一次zsh的安装2022-04-06 22:00:54

    # 安装zsh sudo pacman -Sy zsh # 设置zsh为默认shell chsh -s /bin/zsh # or echo 'exec zsh' >>~/.bashrc # 安装oh-my-zsh ## 使用 curl 安装 sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)" ## 使用 wget 安装 sh -c &q

  • oh-my-posh3主题预览2021-09-04 13:02:18

    agnoster agnosterplus aliens avit blueish bubbles bubblesline cert cinnamon darkblood emodipt fish gmay half-life honukai hotstick.minimal huvix iterm2 jandedobbeleer jonnychipz lambda marcdui

  • ubuntu install zsh oh-my-zsh2021-06-05 15:29:21

    install zsh sudo apt install zsh # set zsh as default shell chsh -s /bin/zsh # echo current shell echo $SHELL install oh my zsh # 安装 Oh My Zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh # 以上命令可能不好使

  • oh-my-zsh配置2021-05-18 15:03:14

    配置oh-my-zsh和主题 更改默认shell chsh -s /usr/bin/zsh 配置oh-my-zsh github hosts文件更改 sudo nano /etc/hosts 添加字段: # GitHub Start 151.101.76.133 raw.githubusercontent.com # GitHub End 下载oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/ma

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有