Bash scripts to customize my working environment.
This repo is mainly for my convenience and contains scripts that make my life easier when working in the Bash shell. Feel free to fork this repo and do your own thing.
The master branch is for my current distro. Branches are for older distros and are not maintained.
# Create directory to clone into.
mkdir -p ~/git/andyblight
cd ~/git/andyblight
# Clone this repo.
git clone https://github.com/andyblight/bash_scripts.git
# Install the upgrade and git prompt scripts.
cd ~/git/andyblight/bash_scripts
./install.sh ubuntu22.04ltsAfter installation has completed, you will see the contents of the file ubuntu22.04lts/configure.md scroll by. The things to do in this file are optional but I find them useful to do.
Now open a new terminal and you should see:
user@computer-name ~/git/andyblight/bash_scripts(main)$If you do, then the minimal installation is complete.
The desktop-installs directory has several scripts that you can use. This is the current status of each file.
install-docker.sh- Not tested in a while.install-git-tools.sh- Working.install-upplay.sh- Worked a year ago.