updating the readme
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
<div align="left">
|
||||
|
||||
#### Hey there!! I've been working on a Qtile rice for a while now, and I'm excited to share it with you. I've always been fascinated by the way the bar works in Qtile, so that's what I focused on for this rice. I'm thrilled with the results, and I hope you'll be impressed too.
|
||||
##### Hey there!! I've been working on a Qtile rice for a while now, and I'm excited to share it with you. I've always been fascinated by the way the bar works in Qtile, so that's what I focused on for this rice. I'm thrilled with the results, and I hope you'll be impressed too.
|
||||
|
||||
#### Qtile might not be the most popular window manager out there, but it's definitely worth checking out. It has some amazing features and possibilities, and I hope my rice will inspire you to give it a try. So without further ado, here's my Qtile rice - I'm excited to finally show it off! Thanks for taking the time to check it out.
|
||||
##### Qtile might not be the most popular window manager out there, but it's definitely worth checking out. It has some amazing features and possibilities, and I hope my rice will inspire you to give it a try. So without further ado, here's my Qtile rice - I'm excited to finally show it off! Thanks for taking the time to check it out.
|
||||
|
||||
</div>
|
||||
|
||||
@@ -14,7 +14,33 @@
|
||||
## INSTALLATION
|
||||
</div>
|
||||
|
||||
###### Note: Keep in mind that this configuration is tailored to assume that the main files, like ".config", will be located in the home folder (~/). However, if that's not the case for you, don't worry - you'll just need to make a few manual adjustments to the dotfiles.
|
||||
#### For Arch Linux users:
|
||||
|
||||
<details>
|
||||
<summary><h3>Automated Installation </h3></summary>
|
||||
|
||||
###### This installation script is specifically designed for Arch Linux users, and I can only guarantee that it will work for a freshly installed system. If you've been using a different window manager, no worries - just be sure to take a complete backup of your current dots before running the script. And if you're already using Oh My Zsh, don't forget to remove that folder from your home directory
|
||||
|
||||
- Make the script executable
|
||||
```sh
|
||||
chmod +x install.sh
|
||||
```
|
||||
|
||||
- Run the script
|
||||
|
||||
```sh
|
||||
./install.sh
|
||||
```
|
||||
|
||||
###### Once the script finishes its work and launches SDDM, it's time to choose Qtile from the WM selector and dive right into the Amazing world of Qtile!
|
||||
</details>
|
||||
|
||||
#### Manual Installation
|
||||
|
||||
###### Note:
|
||||
###### While this guide is primarily intended for Arch Linux users, If you're running a different OS like Fedora, NixOS, or Debian. You'll still be able to follow along and get a clear idea of how to set things up. (using your OS's package manager and other tools)
|
||||
|
||||
###### Keep in mind that this configuration is tailored to assume that the main files, like ".config", will be located in the home folder (~/). However, if that's not the case for you, don't worry - you'll just need to make a few manual adjustments to the dotfiles.
|
||||
|
||||
<details>
|
||||
<summary><h3>Dependencies</h3></summary>
|
||||
@@ -47,7 +73,7 @@ paru -Syu base-devel qtile python-psutil pywal-git picom-jonaburg-fix dunst zsh
|
||||
chsh -s $(which zsh)
|
||||
```
|
||||
|
||||
- Setting up Oh-my-zsh & Starship
|
||||
- Setting up Oh-my-zsh & plugins
|
||||
```sh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
|
||||
Reference in New Issue
Block a user