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

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

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
```