mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: added correct links to readme.
This commit is contained in:
@@ -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).**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### [Watch viedo demo here]()
|
### [Watch viedo demo here](https://youtu.be/tSreyGcCMB4)
|
||||||
|
|
||||||
[](https://github.com/Keyitdev/dotfiles/stargazers)
|
[](https://github.com/Keyitdev/dotfiles/stargazers)
|
||||||
[](https://github.com/Keyitdev/dotfiles/network/members)
|
[](https://github.com/Keyitdev/dotfiles/network/members)
|
||||||
@@ -79,17 +79,17 @@ Detailed information and dependencies
|
|||||||
|
|
||||||
|neofetch|vsc & ncmpcpp & cava|
|
|neofetch|vsc & ncmpcpp & cava|
|
||||||
|-|-|
|
|-|-|
|
||||||
|||
|
|||
|
||||||
|rofi & dunst|nemo & nvim & ranger|
|
|rofi & dunst|nemo & nvim & ranger|
|
||||||
|||
|
|||
|
||||||
|i3lock-color|sddm|
|
|i3lock-color|sddm|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
## 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
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user