This repository contains automation scripts for downloading daily usage tools for developers. These scripts are designed to be run in the terminal after cloning the repository. The repository includes scripts for Arch-based, Debian-based, and Alpine-based Linux distributions.
Clone the repository to your local machine:
git clone https://github.com/yourusername/my-scripts.git
cd my-scriptsFor Arch-based systems, run the following script:
cd Arch
./script.shFor Debian-based systems, run the following script:
cd Debian
./script.shFor Alpine-based systems, run the following script:
cd Alpine
./alpine_install.shFor NixOS , run the following script:
Copy the packages mentioned below config.nix and paste in your configuration.nix and then copy the content of .nix_bashrc to your .bashrc and then run the following command :
config-nix # to edit the configuration.nix file (mention the packages for installation)
build-nix # to build the new NixOS image with new packages that were mentioned in the configuration.nix- Bash
- Git