Update: added correct links to readme.

This commit is contained in:
Keyitdev
2022-07-25 20:13:31 +02:00
parent cfe500534d
commit 6455c919d2
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -14,9 +14,9 @@ This is the third version of my dotfiles, as I gain more experience I am able to
**However, if you want to check older version see [v2 branch](https://github.com/Keyitdev/dotfiles/tree/v2).** **However, if you want to check older version see [v2 branch](https://github.com/Keyitdev/dotfiles/tree/v2).**
![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/1.png) ![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/1.png?raw=true)
### [Watch viedo demo here]() ### [Watch viedo demo here](https://youtu.be/tSreyGcCMB4)
[![](https://img.shields.io/github/stars/keyitdev/dotfiles?color=dd864a&labelColor=1b1b25&style=for-the-badge)](https://github.com/Keyitdev/dotfiles/stargazers) [![](https://img.shields.io/github/stars/keyitdev/dotfiles?color=dd864a&labelColor=1b1b25&style=for-the-badge)](https://github.com/Keyitdev/dotfiles/stargazers)
[![](https://img.shields.io/github/forks/keyitdev/dotfiles?color=bf616a&labelColor=1b1b25&style=for-the-badge)](https://github.com/Keyitdev/dotfiles/network/members) [![](https://img.shields.io/github/forks/keyitdev/dotfiles?color=bf616a&labelColor=1b1b25&style=for-the-badge)](https://github.com/Keyitdev/dotfiles/network/members)
@@ -79,17 +79,17 @@ Detailed information and dependencies
|neofetch|vsc & ncmpcpp & cava| |neofetch|vsc & ncmpcpp & cava|
|-|-| |-|-|
|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/1.png)|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/2.png)| |![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/1.png?raw=true)|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/2.png?raw=true)|
|rofi & dunst|nemo & nvim & ranger| |rofi & dunst|nemo & nvim & ranger|
|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/3.png)|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/4.png)| |![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/3.png?raw=true)|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/4.png?raw=true)|
|i3lock-color|sddm| |i3lock-color|sddm|
|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/5.png)|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/6.png)| |![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/5.png?raw=true)|![](https://github.com/Keyitdev/screenshots/blob/master/dotfiles/v3/screenshots/6.png?raw=true)|
## Installation ## Installation
### Using install script ### Using install script
Clone the repository Clone the repository.
```sh ```sh
git clone -b v3 --depth 1 https://www.github.com/keyitdev/dotfiles.git git clone -b v3 --depth 1 https://www.github.com/keyitdev/dotfiles.git
cd dotfiles cd dotfiles
@@ -99,12 +99,12 @@ chmod +x install-on-arch.sh
### Manual Installation ### Manual Installation
1. Clone this repository 1. Clone this repository.
```sh ```sh
git clone -b v3 --depth 1 https://www.github.com/keyitdev/dotfiles.git git clone -b v3 --depth 1 https://www.github.com/keyitdev/dotfiles.git
``` ```
2. Install an AUR helper (for example, `yay` in `"$HOME"/.srcs`) 2. Install an AUR helper (for example, `yay` in `"$HOME"/.srcs`).
```sh ```sh
git clone https://aur.archlinux.org/yay.git "$HOME"/.srcs/yay git clone https://aur.archlinux.org/yay.git "$HOME"/.srcs/yay
cd "$HOME"/.srcs/yay/ && makepkg -si cd "$HOME"/.srcs/yay/ && makepkg -si
@@ -219,7 +219,7 @@ Note: `Win` refers to the `Super/Mod` key.
## Support and Thankies ## Support and Thankies
You can support me simply by dropping a **star** on **[github]()** or giving a **subscription** on **[YouTube]()**. You can support me simply by dropping a **star** on **[github](https://github.com/Keyitdev/dotfiles/tree/v3)** or giving a **subscription** on **[YouTube](http://www.youtube.com/channel/UCVoGVyAP2sHPQyegwBMJKyQ?sub_confirmation=1)**.
<!-- If you enjoyed it and would like to show your appreciation, you can **tip** using **[kofi]()** or **[paypal]()**. --> <!-- If you enjoyed it and would like to show your appreciation, you can **tip** using **[kofi]()** or **[paypal]()**. -->
@@ -232,7 +232,7 @@ Thanks to all contributors! :D
## Contributions ## Contributions
Feel free to create issue or pull request. Feel free to create issue or pull request.
If you need any help, you can ask questions here on **[discussions](https://github.com/Keyitdev/dotfiles/discussions/categories/q-a)** or contact me on **[discord]()** / **[matrix]()**. If you need any help, you can ask questions here on **[discussions](https://github.com/Keyitdev/dotfiles/discussions/categories/q-a)** or contact me on **[discord](https://discord.com/users/908702082578665474)** / **[reddit](https://www.reddit.com/user/Keyitdev)**.
Distributed under the **[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) License**. Distributed under the **[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) License**.
Copyright (C) 2022 Keyitdev. Copyright (C) 2022 Keyitdev.
+1 -1
View File
@@ -16,8 +16,8 @@ sudo pacman --noconfirm --needed -Sy dialog
system_update(){ system_update(){
echo -e "${green}[*] Doing a system update, cause stuff may break if it's not the latest version...${no_color}" echo -e "${green}[*] Doing a system update, cause stuff may break if it's not the latest version...${no_color}"
sudo pacman --noconfirm -Syu
sudo pacman -Sy --noconfirm archlinux-keyring sudo pacman -Sy --noconfirm archlinux-keyring
sudo pacman --noconfirm -Syu
sudo pacman -S --noconfirm --needed base-devel wget git curl sudo pacman -S --noconfirm --needed base-devel wget git curl
} }
install_aur_helper(){ install_aur_helper(){