https://github.com/gazorby/dotfiles
🚀 My personal dotfiles, managed with chezmoi : https://github.com/twpayne/chezmoi
https://github.com/gazorby/dotfiles
chezmoi dotfiles
Last synced: 6 months ago
JSON representation
🚀 My personal dotfiles, managed with chezmoi : https://github.com/twpayne/chezmoi
- Host: GitHub
- URL: https://github.com/gazorby/dotfiles
- Owner: gazorby
- License: mit
- Created: 2020-04-11T16:22:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T18:57:27.000Z (8 months ago)
- Last Synced: 2025-04-06T11:12:39.457Z (6 months ago)
- Topics: chezmoi, dotfiles
- Language: Shell
- Homepage:
- Size: 697 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles [](https://shields.io/)
My personal dotfiles managed using [chezmoi](https://github.com/twpayne/chezmoi)
## 🚀 Usage
1. Install dependencies:
```console
openssh chezmoi fish starship vivid fzf bat fd ripgrep eza bat-extras broot procs atuin git-delta bitwarden-cli awk mise
```2. Create the bitwarden item
Create a bitwarden item called "chezmoi" with the following:
Fields:
- `git_signing_key_id`
The gpg signing key id used to fill the `signingKey` git setting
- `gpg_passphrase`
The passphrase of the git gpg key
Attachments:
- ssh private key (default to `id_rsa`)
- ssh public key (default to `id_rsa.pub`)
- gpg key (default to `gpg.key`)3. Ensure the dependencies are installed:
- [chezmoi](https://github.com/twpayne/chezmoi/blob/master/docs/INSTALL.md)
- [bitwarden-cli](https://github.com/bitwarden/clients)4. Login to bitwarden and set the `BW_SESSION` variable:
```bash
bw login
bw unlock
export BW_SESSION= # bash
set -x BW_SESSION # fish
```session key is displayed when issuing `bw unlock`
5. Init chezmoi repo:
```bash
chezmoi init gazorby/dotfiles
```6. Adjust `~/.config/chezmoi/chezmoi.toml` according to your needs
7. Apply dotfiles
```bash
chezmoi apply
```## 📝 License
[MIT](https://github.com/Gazorby/dotfiles/blob/master/LICENSE)