Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wizardofdigits/dotfile
- Owner: WizardOfDigits
- Created: 2024-12-23T11:14:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-25T14:28:11.000Z (about 1 month ago)
- Last Synced: 2024-12-25T20:20:50.626Z (about 1 month ago)
- Topics: alacritty, config, dotfiles, fedora, hyprland, lazyvim, linux, linux-setup, nvim, p10k, tmux
- Language: Shell
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```