Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loklaan/dotfiles
https://github.com/loklaan/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/loklaan/dotfiles
- Owner: loklaan
- Created: 2024-02-11T05:50:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T04:54:03.000Z (about 1 month ago)
- Last Synced: 2024-11-15T05:27:26.718Z (about 1 month ago)
- Language: Shell
- Size: 61.5 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 | \
[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
```