vimrc

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

vimrc

This repository is used for saving the vim settings I prefer to use.

It's slowly evolving into a set of scripts for anything I feel needs to be on a development machine.

Prerequisites

Or on macOS install regular brew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install zsh:

https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH#install-and-set-up-zsh-as-default

Install oh-my-zsh:

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

Install icon patched Inconsolata

Install fzf: https://github.com/junegunn/fzf/tree/a0b42e6538092dc6dea9f918a7a74c9408e44d4c#using-git

MacOS Only

Disable font smoothing so that your letters stop looking as fat:

defaults -currentHost write -g AppleFontSmoothing -int 0

Setup

Install the repository-pinned tools and link or generate the tracked configuration:

mise install
./install.sh