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

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.

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