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

https://github.com/protomorphine/dotfiles


https://github.com/protomorphine/dotfiles

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

## setup

- DE : Hyprland
- top panel : waybar
- shell : zsh
- terminal emulator : kitty
- menus : rofi

## applying dotfiles

```sh
stow -R -v -t ~ .
# | | |- target is home dir
# | |- verbose output
# |- remove link if exist and create new (original files would not be deleted)
```