
Abatilo Core
- 10 repo stars
- Updated August 4, 2026
- abatilo/vimrc
Core commands, skills, and hooks for abatilo's Claude Code setup
About
abatilo-core is a Claude Code skill in the AI & Agent Building category. Core commands, skills, and hooks for abatilo's Claude Code setup
- abatilo-core
- AI & Agent Building
- AI-coding skill
Abatilo Core by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add abatilo/vimrc/plugin install abatilo-core@abatilo-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Last updated | August 4, 2026 |
| Repository | abatilo/vimrc ↗ |
What it does
Core commands, skills, and hooks for abatilo's Claude Code setup
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
Run the following command:
./install.sh
Claude Code Plugin
This repo includes a Claude Code plugin marketplace. To install:
/plugin marketplace add abatilo/vimrc
/plugin install abatilo-core@abatilo-plugins