Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beauwilliams/Dotfiles
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
https://github.com/beauwilliams/Dotfiles
bash bash-script bat dotfiles fzf fzf-command fzf-scripts neovim treesitter vim vimrc zsh zshrc zshrc-configs
Last synced: 3 months ago
JSON representation
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
- Host: GitHub
- URL: https://github.com/beauwilliams/Dotfiles
- Owner: beauwilliams
- License: mit
- Created: 2020-03-08T04:47:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T04:16:14.000Z (over 1 year ago)
- Last Synced: 2024-05-22T17:33:51.961Z (6 months ago)
- Topics: bash, bash-script, bat, dotfiles, fzf, fzf-command, fzf-scripts, neovim, treesitter, vim, vimrc, zsh, zshrc, zshrc-configs
- Language: Lua
- Homepage:
- Size: 11.1 MB
- Stars: 76
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Dotfiles**
Greetings :wave:
Here is my collection configs for zsh, fzf, neovim and friends
### Sneak Peak of Neovim Config
![gif1](https://i.ibb.co/hcJqDRG/ezgif-4-037777bc4b6e.gif)
## Key Neovim Features
#### Init written in fennel and compiled to lua
#### Lua utils library
#### My own help file and tags generator
#### Snippets library
#### Cool Vimscript and Lua functions
#### Telescope and many other awesome plugins configured
#### IDE like experience + heaps of vim tricks
#### Now featuring a parser based treesitter for syntax highlighting and other goodies.
Demonstrated here with a minified CSS file. We can see easily the limits of regex based syntax. Treesitter has numerous other benefits too, such as speed.
![treesitter](https://i.ibb.co/1vN6MvD/treesitter-compared-to-regex-copy.png)# Plus tons of awesome shell scripts. Enhanced rm, cd and more. Git commands + FZF + Shell awesomeness = productivity level over 9000.
#### FZF Enhanced rm. Delete multiple files at once interactively!
![](https://i.ibb.co/7btCjfj/Screen-Shot-2021-09-28-at-8-18-45-am.png)
#### FZF Enhanced git status. Open files in $EDITOR and see changes at a glance!
![](https://i.ibb.co/yQ05N3W/Screen-Shot-2021-09-28-at-8-17-39-am.png)
#### FZF Enhanced git checkout. Checkout quick to local and remote + FZF list of branches.
![](https://i.ibb.co/9pFsXc7/Screen-Shot-2021-09-28-at-8-18-02-am.png)
# Sneak Peak of Vim Config
![Preview](https://i.ibb.co/RPRhWJR/Screen-Shot-2020-04-17-at-10-57-05-am.png)