Welcome to my dotfiles repository! Designed to compliment my devcontainers project; it contains configuration files and scripts to set up and customize my development environment across different systems.
Feel free to use and adapt these configurations for your own setup.
# 1. Clone the repository
git clone https://github.com/froazin/dotfiles.git
cd dotfiles
# 2. Run the install script
chmod +x ./src/install.sh
bash src/install.sh
# 3. Profit.Happy coding! 🚀