Skip to content

harilvfs/swaydotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwayWM Setup 🚀

I've added a setup script for Sway Dependencies Installation. If you encounter any issues, please feel free to submit an issue or contact me

Garuda Sway

Garuda Sway

Important

The installation script is for Arch or Arch-based systems. Report any bugs by submitting an issue.

🚀 Quick Start

1. Run the Setup Script

This script is designed to install all the necessary dependencies for your Sway setup. First, make the script executable, and then run it:

git clone https://github.com/swaydotfiles && cd swaydotfiles/
chmod +x setup.sh
./setup.sh

What it does:

  • Installs all required dependencies for the dotfiles
  • Applies the CyberEXS GRUB theme
  • Updates GRUB settings based on your system (Debian/Arch)

2. Manually Copy Dotfiles

To finalize the setup, manually clone the repository and copy the dotfiles to your ~/.config directory:

git clone https://github.com/harilvfs/swaydotfiles
cd swaydotfiles/
cp -r * ~/.config/

This ensures that your Sway setup will have the proper configurations in place.

Grub

CyberEXS GRUB

Wofi From Garuda Sway

Wofi

🎨 Credits

💡 Customization

Feel free to tweak the configuration files to suit your preferences. You’ll find them in the following locations:

  • Sway Config: ~/.config/sway/config
  • Waybar Config: ~/.config/waybar/config
  • Other Dotfiles: ~/.config/*