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

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

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 emulator

My 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
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)