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">
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
|
||||
**Check newer version here [v3 branch](https://github.com/Keyitdev/dotfiles/tree/v3).**
|
||||
|
||||
</div>
|
||||
|
||||
## 🌟 Showcase
|
||||
|
||||

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