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
- Host: GitHub
- URL: https://github.com/geneowak/dotfiles
- Owner: geneowak
- License: mit
- Created: 2023-07-22T00:32:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:43:57.000Z (7 months ago)
- Last Synced: 2024-10-22T17:24:42.035Z (7 months ago)
- Topics: dotfiles, kitty-terminal, nvim, tmux, zshrc
- Language: Shell
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 greppingYou 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.