The Wayback Machine - https://web.archive.org/web/20210823031838/https://github.com/topics/dotfiles
Skip to content
#

dotfiles

Here are 13,185 public repositories matching this topic...

chezmoi
jdillon
jdillon commented Mar 25, 2021

Describe the solution you'd like

Current op command has a get item with --fields flag which makes it a lot simpler to extract values from details or section fields.

The output function can be used with this:

{{- output "op" "get" "item" "some-id" "--fields" "some-field" }}

But it might be nicer to have a built-in onepassworditemFields function (or something)

Sohalt
Sohalt commented Feb 17, 2021

Issue description

I think it would be very useful to have an option to set aliases independent of a specific shell, similar to how environment.shellAliases in nixos works for all shells (bash, zsh, fish), so modules can set aliases without having to know if they should use programs.bash.shellAliases, programs.zsh.shellAliases, or programs.fish.shellAliases.

Not sure where to best

Improve this page

Add a description, image, and links to the dotfiles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotfiles topic, visit your repo's landing page and select "manage topics."

Learn more