add yubikey for arch

This commit is contained in:
ducoterra
2023-08-19 01:39:49 -04:00
parent 2b5c660af5
commit 099f5e9beb

15
arch.md
View File

@@ -46,6 +46,7 @@
- [Wine](#wine) - [Wine](#wine)
- [Spotify](#spotify) - [Spotify](#spotify)
- [Kubectl](#kubectl) - [Kubectl](#kubectl)
- [Yubikey](#yubikey)
- [Bashrc](#bashrc) - [Bashrc](#bashrc)
- [Unecessary](#unecessary) - [Unecessary](#unecessary)
- [Plymouth Background Image](#plymouth-background-image) - [Plymouth Background Image](#plymouth-background-image)
@@ -963,6 +964,20 @@ cat vscode_extensions.txt | xargs -L 1 code --install-extension
`pacman -S kubectl` `pacman -S kubectl`
### Yubikey
You'll need the yubikey manager appimage in addition to the pacman package
```bash
sudo pacman -S yubikey-manager
```
Reboot and things should work. You might also have to start pcscd:
```bash
sudo systemctl enable --now pcscd
```
## Bashrc ## Bashrc
~/.bashrc ~/.bashrc