Cleaning: removing typos

This commit is contained in:
Keyitdev
2022-07-23 14:59:01 +02:00
parent 553d950c6c
commit eb3bdd5962
4 changed files with 12 additions and 4 deletions
+6
View File
@@ -16,6 +16,12 @@
<img src="https://img.shields.io/github/license/keyitdev/dotfiles?color=15121C&labelColor=202328&style=for-the-badge"> <img src="https://img.shields.io/github/license/keyitdev/dotfiles?color=15121C&labelColor=202328&style=for-the-badge">
</p> </p>
<div align="center">
**Check newer version here [v3 branch](https://github.com/Keyitdev/dotfiles/tree/v3).**
</div>
## 🌟 Showcase ## 🌟 Showcase
![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v2/screenshots/main.png?raw=true) ![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v2/screenshots/main.png?raw=true)
+1 -1
View File
@@ -1,7 +1,7 @@
; Documentation: https://wiki.archlinux.org/title/ncmpcpp ; Documentation: https://wiki.archlinux.org/title/ncmpcpp
; Config created by Alexander-Miller https://github.com/Alexander-Miller ; Config created by Alexander-Miller https://github.com/Alexander-Miller
; Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles ; 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_host = 127.0.0.1
mpd_port = 6600 mpd_port = 6600
Submodule config/nvim deleted from de61f4fe9f
+5 -2
View File
@@ -1,5 +1,8 @@
#!/bin/env bash #!/bin/env bash
# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles
# Copyright (C) 2022 Keyitdev
echo "Welcome!" echo "Welcome!"
DATE=$(date +%s) DATE=$(date +%s)
@@ -116,7 +119,7 @@ install_packages(){
} }
copy_flies(){ copy_files(){
DATE=$(date +%s) DATE=$(date +%s)
echo -e "[*4*] Coping files." echo -e "[*4*] Coping files."
if [ -d $HOME/.config/btop ]; then if [ -d $HOME/.config/btop ]; then
@@ -267,7 +270,7 @@ other_dependencies(){
system_update system_update
aur_helper aur_helper
install_packages install_packages
copy_flies copy_files
copy_other_files copy_other_files
make_default_directories make_default_directories
other_dependencies other_dependencies