Do you spin up a lot of Linux machines for testing but want a quick way to reset some Bash, ZSH, and Tmux configurations?
This simple script will clone the file repository at https://github.com/PrairieWaltz/confVault and take care of everything for you in a jiffy!
All files can be edited to easily fit your specific needs. Feel free to change at will!
- Automatically sets up Bash, ZSH, and Tmux configurations.
- Clone and run without manual adjustments.
- Easily customizable to suit your workflow.
Follow these steps to use the script:
-
Clone the repository:
git clone https://github.com/PrairieWaltz/confVault
-
Navigate to the cloned directory:
-
cd confVault
-
Run the setup script:
-
./setup.sh
-
Enjoy your reset configurations!
- Open the configuration files (e.g., .bashrc, .zshrc, .tmux.conf) in the confVault directory using your preferred text editor:
nano/vim/mousepad .bashrc
- Make any changes you like to customize the setup
- Save the files and re-run the script if needed:
./setup.sh
- Git must be installed on your system
- A Linux environment capable of running Bash scripts
Feel free to fork this repository and submit a pull request with any improvements or features you think would be useful!