Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JJGO/dotfiles
https://github.com/JJGO/dotfiles
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/JJGO/dotfiles
- Owner: JJGO
- License: gpl-3.0
- Created: 2017-01-22T23:20:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T01:29:14.000Z (over 1 year ago)
- Last Synced: 2023-11-07T18:11:15.330Z (about 1 year ago)
- Language: Vim Script
- Size: 872 KB
- Stars: 170
- Watchers: 5
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - JJGO/dotfiles - (Vim Script)
README
## JJGO's Dotfiles
My personal configuration files. They are designed for a ZSH + TMUX + NEOVIM stack.
- `./shell-setup.sh` – will bootstrap the shell environment including
- [fasd](https://github.com/clvv/fasd) - Autojump
- [fzf](https://github.com/junegunn/fzf) - Fuzzy Search
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) - Better git diff
- [prezto](https://github.com/sorin-ionescu/prezto) - ZSH framework
- [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting) - ZSH syntax highlight
- [powerlevel10k](https://github.com/romkatv/powerlevel10k) - ZSH prompt
- [neovim](https://github.com/neovim/neovim)
- Rust CLI apps - [fd-find](https://github.com/sharkdp/fd), [ripgrep](https://github.com/BurntSushi/ripgrep), [tldr](https://github.com/dbrgn/tealdeer) and more
- `./setup_all.sh` - Will link dotfiles using `stow` (or python's `dploy`).