Skip to content

Commit

Permalink
Cleaning: removing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyitdev committed Jul 23, 2022
1 parent 553d950 commit eb3bdd5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v2/screenshots/main.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion config/ncmpcpp/config
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion config/nvim
Submodule nvim deleted from de61f4
7 changes: 5 additions & 2 deletions install-on-arch.sh
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -116,7 +119,7 @@ install_packages(){

}

copy_flies(){
copy_files(){
DATE=$(date +%s)
echo -e "[*4*] Coping files."
if [ -d $HOME/.config/btop ]; then
Expand Down Expand Up @@ -267,7 +270,7 @@ other_dependencies(){
system_update
aur_helper
install_packages
copy_flies
copy_files
copy_other_files
make_default_directories
other_dependencies
Expand Down

0 comments on commit eb3bdd5

Please sign in to comment.