https://github.com/zedkaido/dotfiles
Based .FILES ¯\_(ツ)_/¯
https://github.com/zedkaido/dotfiles
alacritty dotfiles duotone-colors no-colors no-syntax-highlighting qutebrowser skhdrc stow suckless tmux vim w3m yabai
Last synced: about 1 month ago
JSON representation
Based .FILES ¯\_(ツ)_/¯
- Host: GitHub
- URL: https://github.com/zedkaido/dotfiles
- Owner: zedkaido
- License: other
- Created: 2024-09-18T14:19:20.000Z (8 months ago)
- Default Branch: osx
- Last Pushed: 2025-04-04T02:45:32.000Z (about 1 month ago)
- Last Synced: 2025-04-04T03:26:43.241Z (about 1 month ago)
- Topics: alacritty, dotfiles, duotone-colors, no-colors, no-syntax-highlighting, qutebrowser, skhdrc, stow, suckless, tmux, vim, w3m, yabai
- Language: Shell
- Homepage: https://www.gnu.org/software/stow/
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> WARNING: USE AT YOUR OWN RISK
```sh
stow
stow --override
stow --adopt # adopts file
stow --restow # (first unstow, then stow again)# stow all dirs at once (not recommended)
for dir in */; do
[ "$dir" = ".git/" ] || stow "$dir" --simulate
done
```