mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Cleaning: removing typos
This commit is contained in:
@@ -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
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
-1
Submodule config/nvim deleted from de61f4fe9f
+5
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user