mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Fix typos
This commit is contained in:
parent
65f675cfdd
commit
2391f389ca
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue