Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/savq/dotfiles


https://github.com/savq/dotfiles

dotfiles homebrew nvim vimrc zsh zshrc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles

## Setup

```sh
git clone https://github.com/savq/dotfiles.git ~/.config
cd ~/.config
make
```

### Editor: [Neovim](https://github.com/neovim/neovim/)

- [`nvim/vimrc`](./nvim/vimrc) has a minimal setup. It's vim 8 compatible and uses no plugins.
- [`nvim/init.lua`](./nvim/init.lua) has configurations for plugins and Neovim specific features
(tree-sitter, LSP, etc.)

### Other stuff

Listed on the [`Brewfile`](./Brewfile)