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

https://github.com/gabrielcrackpro/dotfiles

All my configuration files
https://github.com/gabrielcrackpro/dotfiles

config-files dotfiles neofetch neovim nvim tmux vim vimrc zsh zshrc

Last synced: 3 months ago
JSON representation

All my configuration files

Awesome Lists containing this project

README

        

# dotfiles
All my configuration files

[![GitHub license](https://img.shields.io/github/license/GabrielCrackPro/dotfiles?style=for-the-badge)](https://github.com/GabrielCrackPro/dotfiles/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](https://github.com/GabrielCrackPro/dotfiles/pulls)

- [zsh](https://github.com/GabrielCrackPro/dotfiles/blob/main/zsh/.zshrc)
- [tmux](https://github.com/GabrielCrackPro/dotfiles/tree/main/tmux)
- [neofetch](https://github.com/GabrielCrackPro/dotfiles/blob/main/neofetch/config.conf)
- [vim](https://github.com/GabrielCrackPro/dotfiles/blob/main/vim/.vimrc)
- [nvim](https://github.com/GabrielCrackPro/dotfiles/blob/main/nvim/init.vim)

## Themes

- zsh theme: [powerlevel10k](https://github.com/romkatv/powerlevel10k)
- [custom](https://github.com/GabrielCrackPro/Setup/blob/main/.p10k.zsh) .p10k.zsh file
- tmux theme: [tmux-nova](https://github.com/o0th/tmux-nova)
- Customized in [tmux.conf](https://github.com/GabrielCrackPro/dotfiles/blob/main/tmux/tmux.conf) file
- nvim theme: [omni](https://github.com/getomni/neovim)
- vim theme: [monokai](https://github.com/sickill/vim-monokai)

## Nvim plugins

- [devicons](https://github.com/ryanoasis/vim-devicons) - Custom file icons
- [lualine](https://github.com/nvim-lualine/lualine.nvim) - A nvim statusline written in lua
- [nerdtree](https://github.com/preservim/nerdtree) - File explorer for vim and nvim
- [emmet-vim](https://github.com/mattn/emmet-vim) - Expand abbreviations
- [vim-autoformat](https://github.com/vim-autoformat/vim-autoformat) - Formatter for vim and nvim
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Provides correct syntax hightlighting depending on the language
- [telescope](https://github.com/nvim-telescope/telescope.nvim) - Extensible fuzzy finder
- [gitsigns](https://github.com/lewis6991/gitsigns.nvim) - Git decorations for nvim
- [nnn](https://github.com/luukvbaal/nnn.nvim) - File explorer for vim and nvim
- **And more**