Welcome to my Dotfiles repository! This repository contains the configuration files and scripts that I use to customize my Linux environment. With the power of GNU Stow, these dotfiles are designed to be cross-platform and easily manageable.
This dotfiles repository is currently aimed and tested on Arch Linux
Caution
Always review and understand the script's code before running any executable scripts to prevent any undesired modifications to your system.
# Clone this repo
git clone https://github.com/alarwasyi98/dotfiles.git ~/.dotfiles
cd .dotfiles
# Execute install.sh to install dependencies
./install.sh# arch-based
sudo pacman -S stowUse stow to create symlinks for the configurations you want to use.
stow .Contributions are welcome! If you have any improvements or suggestions, feel free to submit a pull request or open an issue. Please ensure that your contributions align with the repository's goals of providing a cross-platform and efficient development environment.
Thank you for checking out my Arch Linux Dotfiles! If you have any questions or need assistance, feel free to reach out. Happy coding!