sh OhMyZsh + Vimconf

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh OhMyZsh + Vimconf相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# Pre-requisites: curl git zsh vim exuberant-ctags

# Install: oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# Install: timss/vimconf (https://github.com/timss/vimconf#installation)
mkdir -p ~/.vim/vimconf
git clone https://github.com/timss/vimconf.git ~/.vim/vimconf
ln -s ~/.vim/vimconf/.vimrc ~/.vimrc

# Configure: Open ~/.zshrc for editing then source it
vim ~/.zshrc && source ~/.zshrc

以上是关于sh OhMyZsh + Vimconf的主要内容,如果未能解决你的问题,请参考以下文章

Mac上快速安装oh-my-zsh

macOS——配置自己终端的过程(ZSH)

Linux 安装并配置zsh

一款好看的shell--oh my zsh

禁用ohmyzsh自动更新

怎样在ohmyzsh中配置快速打开vscode