mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 04:34:35 +00:00
Copy the ~/.mozilla symlink
This commit is contained in:
parent
2391f389ca
commit
08973fb001
|
@ -16,8 +16,9 @@ fi
|
|||
pushd "$(dirname "$0")"
|
||||
|
||||
# Copy over various settings
|
||||
cp -a home/.pki ~
|
||||
cp -a home/.pki ~ # symlink
|
||||
mkdir -p ~/.confg/pki
|
||||
cp -a home/.mozilla ~ # symlink
|
||||
mkdir -p ~/.config/mozilla
|
||||
mkdir -p ~/.config/nv
|
||||
cp -ar home/.local/share/thumbnailers ~/.local/share
|
||||
|
|
Loading…
Reference in a new issue