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

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).

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
```