https://github.com/reonokiy/dotfiles
My dotfiles and config for linux and windows. Powered by chezmoi(https://github.com/twpayne/chezmoi).
https://github.com/reonokiy/dotfiles
archlinux chezmoi dotfiles fedora windows wsl
Last synced: 26 days ago
JSON representation
My dotfiles and config for linux and windows. Powered by chezmoi(https://github.com/twpayne/chezmoi).
- Host: GitHub
- URL: https://github.com/reonokiy/dotfiles
- Owner: reonokiy
- Created: 2024-02-28T11:53:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T16:57:50.000Z (11 months ago)
- Last Synced: 2025-03-05T17:43:43.122Z (11 months ago)
- Topics: archlinux, chezmoi, dotfiles, fedora, windows, wsl
- Language: Lua
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## initial setup
```
chezmoi init https://github.com/reonokiy/dotfiles
chezmoi apply -v
```
## tips
### link wsl op to windows op.exe
```
mkdir -p ~/.local/bin
ln -s $(which op.exe) ~/.local/bin/op
```