https://github.com/dinkopehar/dotfiles
My multi-machine dotfiles, managed with https://chezmoi.io.
https://github.com/dinkopehar/dotfiles
chezmoi configuration dotfiles fish macos
Last synced: about 2 months ago
JSON representation
My multi-machine dotfiles, managed with https://chezmoi.io.
- Host: GitHub
- URL: https://github.com/dinkopehar/dotfiles
- Owner: dinkopehar
- Created: 2023-09-03T09:33:47.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-12-25T17:35:52.000Z (over 2 years ago)
- Last Synced: 2025-02-15T16:58:28.402Z (over 1 year ago)
- Topics: chezmoi, configuration, dotfiles, fish, macos
- Language: Lua
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dinko-pehar/dotfiles
My dotfiles, managed with [chezmoi](https://chezmoi.io/).
## Installation
> curl https://mise.run | sh
then use:
```bash
mise exec chezmoi bitwarden -- chezmoi init --apply dinko-pehar
```
for temporary tool execution to apply settings.
## Helper
Export `BW_SESSION` to unlock Bitwarden CLI:
```bash
export BW_SESSION=$(bw unlock --raw)
```