https://github.com/ashudevcodes/fedora-dotfiles
Motive to make Simple and well organized dotfile
https://github.com/ashudevcodes/fedora-dotfiles
dotfiles fedora
Last synced: 2 months ago
JSON representation
Motive to make Simple and well organized dotfile
- Host: GitHub
- URL: https://github.com/ashudevcodes/fedora-dotfiles
- Owner: ashudevcodes
- License: gpl-3.0
- Created: 2024-08-13T17:01:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T13:34:24.000Z (3 months ago)
- Last Synced: 2025-03-14T10:14:41.737Z (2 months ago)
- Topics: dotfiles, fedora
- Language: Lua
- Homepage:
- Size: 8.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora Dotfiles
This repository contains my personal dotfiles for Fedora, including configurations for Neovim, Tmux, and various system utilities.
## Components
### Neovim
My Neovim setup includes the following plugins:
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp): Completion plugin
- [conform.nvim](https://github.com/stevearc/conform.nvim): Code formatting
- [Comment.nvim](https://github.com/numToStr/Comment.nvim): Code commenting
- [flash.nvim](https://github.com/folke/flash.nvim): Fast navigation
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig): Language Server Protocol configuration
- [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim): Status line
- [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim): LSP server management
- [tagbar](https://github.com/preservim/tagbar): Tag browsing
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim): Fuzzy finder
- [tokyonight.nvim](https://github.com/folke/tokyonight.nvim): Color scheme
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Syntax highlighting
- [which-key.nvim](https://github.com/folke/which-key.nvim): Keybinding helper
- [nvim-ufo](https://github.com/kevinhwang91/nvim-ufo): Collapse block### System Utilities
- [Fastfetch](https://github.com/fastfetch-cli/fastfetch): System information tool
- [Starship](https://starship.rs/): Cross-shell prompt
- [ghostty](https://github.com/ghostty-org/ghostty): Terminal emulatorMy Tmux configuration uses:
- [tpm](https://github.com/tmux-plugins/tpm): Tmux Plugin Manager
- [tokyo-night-tmux](https://github.com/janoamaral/tokyo-night-tmux): Tokyo Night theme for Tmux### Software
- [lazygit](https://github.com/jesseduffield/lazygit): Git Plugin
## Installation
- TODO Make installation script that automte download all plugins
## Contributing
Feel free to open issues or submit pull requests if you have suggestions for improvements.
## License
[](https://www.gnu.org/licenses/gpl-3.0)