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

https://github.com/geneowak/dotfiles

My development environment configuration
https://github.com/geneowak/dotfiles

dotfiles kitty-terminal nvim tmux zshrc

Last synced: 2 months ago
JSON representation

My development environment configuration

Awesome Lists containing this project

README

        

# Dotfiles

## Requirements for neovim setup

1. [fzf](https://github.com/junegunn/fzf/tree/master#installation) for fuzzy searching.

You can use Homebrew to install it.
```
brew install fzf
```
2. [ripgrep](https://github.com/BurntSushi/ripgrep#installation) for super fast grepping

You can use Homebrew to install it.
```
brew install ripgrep
```

## Credits

Credit to [Jess Archer](https://github.com/jessarcher) and [her laracasts course](https://laracasts.com/series/neovim-as-a-php-ide) that helped me get started with neovim.