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
- Host: GitHub
- URL: https://github.com/gabrielcrackpro/dotfiles
- Owner: GabrielCrackPro
- License: mit
- Created: 2021-08-18T10:35:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T13:24:34.000Z (4 months ago)
- Last Synced: 2025-02-22T14:29:09.371Z (4 months ago)
- Topics: config-files, dotfiles, neofetch, neovim, nvim, tmux, vim, vimrc, zsh, zshrc
- Language: CSS
- Homepage:
- Size: 44.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
All my configuration files[](https://github.com/GabrielCrackPro/dotfiles/master/LICENSE)
[](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**