mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 11:59:03 +00:00
Move .pki to data home (.local/share), not config
This commit is contained in:
parent
3cc7ee31a8
commit
f0ce0a249d
3 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
.config/pki
|
||||
.local/share/pki
|
|
@ -17,7 +17,7 @@ pushd "$(dirname "$0")"
|
|||
|
||||
# Copy over various settings
|
||||
cp -a home/.pki ~ # symlink
|
||||
mkdir -p ~/.confg/pki
|
||||
mkdir -p ~/.local/share/pki
|
||||
cp -a home/.mozilla ~ # symlink
|
||||
mkdir -p ~/.config/mozilla
|
||||
mkdir -p ~/.config/nv
|
||||
|
|
Loading…
Add table
Reference in a new issue