change title text
This commit is contained in:
parent
21adb00f7f
commit
95792dbd3c
17
README.md
17
README.md
@ -1,16 +1 @@
|
|||||||
# ewconfig: My dotfiles
|
# **ew**pratten's **config** files
|
||||||
|
|
||||||
## Neovim
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|
||||||
```
|
|
||||||
|
|
||||||
And in `nvim`, run
|
|
||||||
|
|
||||||
```text
|
|
||||||
:PlugInstall
|
|
||||||
:Copilot setup
|
|
||||||
```
|
|
||||||
|
|
||||||
|
12
configs/pkcs11/modules/opensc.module
Normal file
12
configs/pkcs11/modules/opensc.module
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# This file describes how to load the opensc module
|
||||||
|
# See: https://p11-glue.github.io/p11-glue/p11-kit/manual/pkcs11-conf.html
|
||||||
|
# or man pkcs11.conf
|
||||||
|
|
||||||
|
# This is a relative path, which means it will be loaded from
|
||||||
|
# the p11-kit default path which is usually $(libdir)/pkcs11.
|
||||||
|
# Doing it this way allows for packagers to package opensc for
|
||||||
|
# 32-bit and 64-bit and make them parallel installable
|
||||||
|
module: opensc-pkcs11.so
|
||||||
|
|
||||||
|
# Disables annoying password popup when a Yubikey is left plugged in to a system
|
||||||
|
disable-in: firefox vivaldi-bin thunderbird
|
Loading…
x
Reference in New Issue
Block a user