You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This installation script is specifically designed for Arch Linux. 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
Automated Installation
Clone the repo and cd into the cloned folder.
git clone https://github.com/05Alston/qtyle
cd qtyle
Now that you're in the cloned folder, it's time to run the script
Make the script executable
chmod +x install.sh
Run the script
./install.sh
Once the script finishes its work and launches lightdm, it's time to choose Qtile from the WM selector and dive right into the Amazing world of Qtile!
MANUAL INSTALLATION (Universal)
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.
Dependencies
To get started, let's make sure we have all the necessary prerequisites. In this case, I'm using Paru as the AUR helper, but keep in mind that your system may require a different approach.
You could either download the zip files for these fonts and put them into ~/.local/share/fonts/ or /usr/share/fonts/
You could also copy them from the .local/share/fonts/required directory. The fonts directory contains a lot of fonts that I use on my system so you'd be bloating your system if you don't require other fonts.
With all the necessary prerequisites now installed, the next step is to replicate my setup by copying the dotfiles
Clone the repo and cd into the cloned folder.
git clone https://github.com/05Alston/qtyle
cd Cozytile
Now that you're in the cloned folder, it's time to copy those files over to your home directory.
Copy the files using cp
cp -R ./. ~/
Final step
Now that you're done with copying the dotfiles, it's time to hop into Qtile. This requires installing a display manager like lightdm. Here are the steps to install lightdm: