Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wizardofdigits/dotfile

💻🐧Dotfile for my Linux setup, and I am using Hyprland as my window manager.
https://github.com/wizardofdigits/dotfile

alacritty config dotfiles fedora hyprland lazyvim linux linux-setup nvim p10k tmux

Last synced: about 1 month ago
JSON representation

💻🐧Dotfile for my Linux setup, and I am using Hyprland as my window manager.

Awesome Lists containing this project

README

        

# My dotfile

This directory contain my dotfile

# Requirement

## Installation

Install this package

```bash
sudo dnf install stow neovim rofi swaync tmux waybar alacritty hyprland hypridle hyprlock hyprpaper
```

To use hyprshot

```bash
git clone https://github.com/Gustash/hyprshot.git Hyprshot
ln -s $(pwd)/Hyprshot/hyprshot $HOME/.local/bin
chmod +x Hyprshot/hyprshot
```

## Create Simlink

Then use Gnu Stow to create symlinks

```bash
cd dotfile
stow .
```