As the repository name suggests, this is a collection of my dotfiles. I have also created an installation script to install the required programs and copy the files automatically (i3, zsh, polybar, neovim, dunst, rofi, kitty)
Note: This installation script will only work on Arch Linux and Arch based distributions since packages are installed using pacman. Requires elevated privileges for installation of packages.
chmod +x install.sh
sudo ./install.shThis script will only copy all the configs to the correct locations irrespective of the distro, can be used to switch between configs or update configs
chmod +x update.sh
./update.sh