Overview
Comment: | Move gpg.conf into gnupg directory |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
935ed876964c11a8bcf306ef695cad1d |
User & Date: | js 2023-04-01 11:11:29 |
Context
2023-04-01
| ||
11:12 | Create "Keyboard Layouts" directory check-in: fc9dc3c0b5 user: js tags: trunk | |
11:11 | Move gpg.conf into gnupg directory check-in: 935ed87696 user: js tags: trunk | |
2023-03-25
| ||
16:31 | eu_US (ANSI).keylayout: Fix layout name check-in: 48f2576a18 user: js tags: trunk | |
Changes
Name change from gpg.conf to gnupg/gpg.conf.
︙ | ︙ |
Changes to setup.sh.
︙ | ︙ | |||
42 43 44 45 46 47 48 | fossil unset --global pgp-command fossil unset --global clearsign fi fi have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | fossil unset --global pgp-command fossil unset --global clearsign fi fi have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../ fi have mpv && link_file mpv .config/mpv ../ have sway && link_file sway .config/sway ../ have tmux && link_file tmux .config/tmux ../ have vim && link_file vim .config/vim ../ have yt-dlp && link_file yt-dlp .config/yt-dlp ../ have zsh && link_file zshrc .zshrc |
︙ | ︙ |