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