diff --git a/README.md b/README.md new file mode 100644 index 0000000..5df2ece --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# Absolute VIM Configuration + +## Introduction + +VIM Configurations for the modern developer. This configuration is designed to be efficient for my personal workflow. It is designed to be minimalistic and easy to use. + + +## Installation + +```bash + +git clone https://github.com/boxpositron/absolute-vim ~/.config/nvim --depth 1 && nvim + +``` + +## Dependencies + +### Binaries + +> Improved Git Experience + +- [lazygit](https://github.com/jesseduffield/lazygit) + +> Beautiful Code Screenshots + +- [silicon](https://github.com/Aloxaf/silicon) + +> Fuzzy Finder + +- [fzf](https://github.com/junegunn/fzf) + +### Fonts + +- [Noto Emoji](https://fonts.google.com/noto/specimen/Noto+Emoji) +- [JetBrains Mono](https://fonts.google.com/specimen/JetBrains+Mono) + + +Work in progress...