my dotfiles. Available on sourcehut.
Have gopass installed. First create key (see keys) Add pub key via already registered user. Add the correct repository as fenris-admin.
$ gopass init
list entries
$ gopass ls
create password
$ gopass insert fenris-admin/arst
clone existing store
$ gopass clone git@...git fenris-admin --sync gitcli
sync
$ gopass sync
view users
$ gopass recipients
add user
$ gopass recipients add <name>
generate key (ecc)
$ gpg --full-generate-key --expert
export pub key
$ gpg -a --export <name> > <name>.pub.asc
import pub key
$ gpg --import < <name>.pub.asc
list keys
$ gpg --list-keys
have the environment var EDITOR
set to something.
$ ansible-vault edit/create host_vars/host/vault
$ ansible-playbook -i inventory xxx-playbook.yml
$ ansible-galaxy init <rolename>
cd ~
git init
git remote add origin git@git.sr.ht:~fenris/dotfiles
git fetch
git checkout -f main
https://www.mankier.com/5/waybar
https://github.com/folke/tokyonight.nvim
sudo su -l podman-usr -s /bin/bash
https://github.com/gidsi/dotfiles
- Drew DeVault's dotfiles https://git.sr.ht/~sircmpwn/dotfiles
- Tokyo Night Theme by enkia https://github.com/enkia/tokyo-night-vscode-theme, MIT
- Tokyo Night Alacritty Theme by zatchheems https://github.com/zatchheems/tokyo-night-alacritty-theme, MIT
- Tokyo Night dotfiles by lokesh-krishna https://github.com/lokesh-krishna/dotfiles/tree/main/tokyo-night, MIT
- https://gitlab.com/jokeyrhyme/dotfiles/-/blob/main/usr/local/bin/dotfiles-sway.sh, MIT