https://github.com/pvinis/dotfiles
https://github.com/pvinis/dotfiles
chezmoi dotfiles pvinis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvinis/dotfiles
- Owner: pvinis
- Created: 2019-12-29T01:47:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T13:02:04.000Z (2 months ago)
- Last Synced: 2025-04-14T03:15:27.211Z (about 2 months ago)
- Topics: chezmoi, dotfiles, pvinis
- Language: Emacs Lisp
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pvinis dotfiles, handled by chezmoi
- get password from "password" type
```
export HOMEBREW_GITHUB_API_TOKEN={{ (onepassword "jct5fvvcmjdutdb4vmpep3s3zq").details.password }}
```- get password from "login type"
```
export HOMEBREW_GITHUB_API_TOKEN={{ range (onepassword "jct5fvvcmjdutdb4vmpep3s3zq").details.fields -}}
{{ if eq .name "password" }}
{{ .value }}
{{ end }}
{{- end }}
```## TODO
- add instructions on how to init a new machine