Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loklaan/dotfiles


https://github.com/loklaan/dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# github.com/loklaan/dotfiles

Lochy's dotfiles, managed with [`chezmoi`](https://github.com/twpayne/chezmoi).

Install them with:
```shell
curl -fsSL https://raw.githubusercontent.com/loklaan/dotfiles/main/install.sh | \
[email protected] GITHUB_USERNAME="loklaan" bash

# or without the install script
chezmoi init loklaan
```

Personal secrets are stored in [Bitwarden](https://1password.com). The [Bitwarden CLI](https://bitwarden.com/help/cli/) is installed by default. A new login session will need to be run anytime `chezmoi apply` is used:
```shell
bw login # or bw unlock
```