Fix typos

This commit is contained in:
ItsDrike 2023-08-01 16:49:29 +02:00
parent 65f675cfdd
commit 2391f389ca
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ pushd "$(dirname "$0")"
# Copy over various settings
cp -a home/.pki ~
mkdir -p ~/.confg/.pki
mkdir -p ~/.confg/pki
mkdir -p ~/.config/mozilla
mkdir -p ~/.config/nv
cp -ar home/.local/share/thumbnailers ~/.local/share

View file

@ -63,7 +63,7 @@ pyenv install -l | cut -d' ' -f3 | grep -E '^3\.6\.[0-9]+$' | tail -n 1 | xargs
mkdir -p ~/.local
cp -ra home/.local/bin ~/.local
cp -a home/.python_history ~
touch .cache/python_history
touch ~/.cache/python_history
install -m 700 -d ~/.local/share/gnupg
mkdir -p ~/.local/share/npm/lib
cp -ra home/.config/btop ~/.config