https://github.com/praneetk96/dotfiles
Dotfiles for my linux machine
https://github.com/praneetk96/dotfiles
dotfiles-linux fedora-linux gnu-stow hyprland-dotfiles nvim-configs stow
Last synced: about 2 months ago
JSON representation
Dotfiles for my linux machine
- Host: GitHub
- URL: https://github.com/praneetk96/dotfiles
- Owner: praneetk96
- Created: 2025-05-28T10:07:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-13T18:31:26.000Z (3 months ago)
- Last Synced: 2026-03-14T06:58:13.319Z (3 months ago)
- Topics: dotfiles-linux, fedora-linux, gnu-stow, hyprland-dotfiles, nvim-configs, stow
- Language: Lua
- Homepage:
- Size: 5.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
This directory contains the dotfiles for my system which runs on Fedora linux. First things first let's keep your system updated
On Fedora run
```
sudo dnf upgrade --refresh; flatpak update
```
## Hyprland screenshot
## Requirements
Ensure you have the following installed on your system
### Git
```
sudo dnf install git
```
### Stow
```
sudo dnf install stow
```
## Installation
First, check out the dotfiles repo in your $HOME directory using git
```
git clone https://github.com/praneetk96/dotfiles.git
cd dotfiles
```
then use GNU stow to create symlinks
```
stow .
```
or for a individual package
```
stow -v -R -t ~ PACKAGE_NAME
```