From 6455c919d21d6b359e959ce0ce4ce52069ae9373 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Mon, 25 Jul 2022 20:13:31 +0200 Subject: [PATCH] Update: added correct links to readme. --- README.md | 20 ++++++++++---------- install-on-arch.sh | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fc7327a..6d1bee6 100755 --- a/README.md +++ b/README.md @@ -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).** -![](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/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| |-|-| -|![](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| -|![](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| -|![](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 ### Using install script -Clone the repository +Clone the repository. ```sh git clone -b v3 --depth 1 https://www.github.com/keyitdev/dotfiles.git cd dotfiles @@ -99,12 +99,12 @@ chmod +x install-on-arch.sh ### Manual Installation -1. Clone this repository +1. Clone this repository. ```sh 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 git clone https://aur.archlinux.org/yay.git "$HOME"/.srcs/yay cd "$HOME"/.srcs/yay/ && makepkg -si @@ -219,7 +219,7 @@ Note: `Win` refers to the `Super/Mod` key. ## 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)**. @@ -232,7 +232,7 @@ Thanks to all contributors! :D ## Contributions 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**. Copyright (C) 2022 Keyitdev. \ No newline at end of file diff --git a/install-on-arch.sh b/install-on-arch.sh index 2fd7afe..a77e32b 100755 --- a/install-on-arch.sh +++ b/install-on-arch.sh @@ -16,8 +16,8 @@ sudo pacman --noconfirm --needed -Sy dialog system_update(){ 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 --noconfirm -Syu sudo pacman -S --noconfirm --needed base-devel wget git curl } install_aur_helper(){