This repository contains the configuration files (dotfiles) for the various applications and tools I use in my development environment. These configurations are tailored to streamline my workflow and enhance productivity.
Operating System: Arch Linux Terminal: Alacritty with Tmux for efficient terminal multiplexing Window Manager: AwesomeWM for a highly customizable and lightweight tiling window manager Text Editor: Neovim with custom configurations for a powerful coding experience Application Launcher: Rofi for quick and easy application launching Icons: Candy Icons for a visually appealing and cohesive desktop experience
To use these dotfiles, you can clone the repository, execute package.sh and symlink the configuration files to their appropriate locations with stow.
git clone https://github.com/your-username/dotfiles.git
cd .dotfiles
stow .
chmod +x ./packages.sh
./packages.sh
Feel free to explore the files and tweak the settings as needed :).