https://github.com/loklaan/dotfiles
https://github.com/loklaan/dotfiles
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loklaan/dotfiles
- Owner: loklaan
- Created: 2024-02-11T05:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T22:44:46.000Z (7 months ago)
- Last Synced: 2025-02-26T23:28:01.391Z (7 months ago)
- Language: Shell
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Support: support/zplug-print-repos.sh
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 | \
BITWARDEN_EMAIL=null@lochlan.io 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
```