From eb3bdd59623276cae2cf2e7258c2d9e672fed3dd Mon Sep 17 00:00:00 2001
From: Keyitdev <70140437+Keyitdev@users.noreply.github.com>
Date: Sat, 23 Jul 2022 14:59:01 +0200
Subject: [PATCH] Cleaning: removing typos
---
README.md | 6 ++++++
config/ncmpcpp/config | 2 +-
config/nvim | 1 -
install-on-arch.sh | 7 +++++--
4 files changed, 12 insertions(+), 4 deletions(-)
delete mode 160000 config/nvim
diff --git a/README.md b/README.md
index 45196eb..5498c5e 100755
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@
+
+
+**Check newer version here [v3 branch](https://github.com/Keyitdev/dotfiles/tree/v3).**
+
+
+
## 🌟 Showcase

diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config
index 39678fd..e11e834 100755
--- a/config/ncmpcpp/config
+++ b/config/ncmpcpp/config
@@ -1,7 +1,7 @@
; Documentation: https://wiki.archlinux.org/title/ncmpcpp
; Config created by Alexander-Miller https://github.com/Alexander-Miller
; Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles
-; Copyright (C) 2022 Keyitdev
+; Copyright (C) 2022 Keyitdev, Alexander-Miller
mpd_host = 127.0.0.1
mpd_port = 6600
diff --git a/config/nvim b/config/nvim
deleted file mode 160000
index de61f4f..0000000
--- a/config/nvim
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit de61f4fe9fd1656dee1851bd3dc9fb0f879e0580
diff --git a/install-on-arch.sh b/install-on-arch.sh
index 409c8d9..d6b8edd 100755
--- a/install-on-arch.sh
+++ b/install-on-arch.sh
@@ -1,5 +1,8 @@
#!/bin/env bash
+# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles
+# Copyright (C) 2022 Keyitdev
+
echo "Welcome!"
DATE=$(date +%s)
@@ -116,7 +119,7 @@ install_packages(){
}
-copy_flies(){
+copy_files(){
DATE=$(date +%s)
echo -e "[*4*] Coping files."
if [ -d $HOME/.config/btop ]; then
@@ -267,7 +270,7 @@ other_dependencies(){
system_update
aur_helper
install_packages
-copy_flies
+copy_files
copy_other_files
make_default_directories
other_dependencies