Skip to content

MeowsterDeveloper/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

My Dotfiles & Config

Screenshot of my desktop

Installation

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk.

I'll be uploading stuff of my others configs like alacritty so keep your eyes open im working on it.

Clone this repository

git clone https://github.com/snapcamel/dotfiles.git

Install an AUR package manager (yay)

https://github.com/Jguer/yay

Unlock [multilib] support

Enable multilib in the pacman config by uncommenting these two lines in pacman.conf

vim /etc/pacman.conf

[multilib]
Include = /etc/pacman.d/mirrorlist

Then upgrade your system

sudo pacman -Syu

Index

Credits

Qtile: The qtile folder is a modified and more user friendly version from https://github.com/antoniosarosi go check his job.