https://github.com/okelleydevelopment/bash-scripting
A repository for bash scripting practice
https://github.com/okelleydevelopment/bash-scripting
automation bash-script
Last synced: 2 months ago
JSON representation
A repository for bash scripting practice
- Host: GitHub
- URL: https://github.com/okelleydevelopment/bash-scripting
- Owner: OkelleyDevelopment
- Created: 2020-07-23T19:50:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T03:59:08.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T11:45:41.561Z (about 1 year ago)
- Topics: automation, bash-script
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Scripting Basics
## Motivation
Having moved most of my development life and slowly more of my everyday
computing needs to Linux, I wanted to be able to write scripts that
automate various installs for tools and configurations such as my:
- [Nvim-Config](https://github.com/OkelleyDevelopment/Nvim-Configs)
Or the more recently created,
- [Odinvim](https://github.com/OkelleyDevelopment/Odinvim)
Therefore, we have this Bash-Scripting repo!
## Disclaimer
Some of these scripts were written as purely toy programs and should only
be run at your discretion. I provide no assurance that things won't go wonky;
this is a learning repo afterall. :)