https://github.com/protomorphine/dotfiles
https://github.com/protomorphine/dotfiles
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protomorphine/dotfiles
- Owner: protomorphine
- Created: 2025-06-13T23:42:48.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-14T20:09:11.000Z (12 months ago)
- Last Synced: 2025-06-14T21:24:35.197Z (12 months ago)
- Language: Shell
- Size: 9.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```