mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
fix directory name
This commit is contained in:
parent
931dc656a9
commit
a264848969
2 changed files with 3 additions and 3 deletions
|
|
@ -177,8 +177,8 @@ if [ "$family" = "arch" ]; then
|
||||||
|
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
shopt -s nullglob dotglob
|
shopt -s nullglob dotglob
|
||||||
echo "Copying $script_dir/.configs/* to ~/.config/"
|
echo "Copying $script_dir/.config/* to ~/.config/"
|
||||||
cp -a "$script_dir/.configs/." ~/.config/
|
cp -a "$script_dir/.config/." ~/.config/
|
||||||
shopt -u nullglob dotglob
|
shopt -u nullglob dotglob
|
||||||
|
|
||||||
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"
|
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ shopt -s nullglob dotglob
|
||||||
echo "ERROR: $src not found"
|
echo "ERROR: $src not found"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
src="$script_dir/.configs"
|
src="$script_dir/.config"
|
||||||
dst="$HOME/.config"
|
dst="$HOME/.config"
|
||||||
ts="$(date +%Y%m%d-%H%M%S)"
|
ts="$(date +%Y%m%d-%H%M%S)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue