https://github.com/zobweyt/.dotfiles
@zobweyt's personal dotfiles
https://github.com/zobweyt/.dotfiles
angular dotfiles fzf git gnupg node npm nvm pnpm python stow tty uv zsh
Last synced: 12 months ago
JSON representation
@zobweyt's personal dotfiles
- Host: GitHub
- URL: https://github.com/zobweyt/.dotfiles
- Owner: zobweyt
- Created: 2024-11-16T11:43:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T07:28:56.000Z (about 1 year ago)
- Last Synced: 2025-06-24T08:31:21.027Z (about 1 year ago)
- Topics: angular, dotfiles, fzf, git, gnupg, node, npm, nvm, pnpm, python, stow, tty, uv, zsh
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zobweyt's dotfiles
Add symlinks to parent dir
```bash
stow -v .
```
Remove symlinks from home
```bash
stow -R -v -t ~ .
```
Remove symlinks from parent dir
```bash
stow -R -v ~ .
```