Added startup.sh
This commit is contained in:
20
README.md
20
README.md
@@ -1,2 +1,20 @@
|
||||
# scripts
|
||||
# Scripts for Generic Linux Shell Env.
|
||||
|
||||
**PUBLIC REPOSITORY**
|
||||
|
||||
Just some common scripts for all every Linux shells.
|
||||
|
||||
## Installation
|
||||
|
||||
To `/usr/local/shared-scripts`: (reecommended)
|
||||
```bash
|
||||
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
|
||||
sudo mv ~/shared-scripts /usr/local/ && \
|
||||
echo -e "\n# Shared Scripts:\n. /usr/local/scripts/startup.sh \"/usr/local/shared-scripts\"" >> ~/.bashrc
|
||||
```
|
||||
|
||||
To `$HOME/shared-scripts`:
|
||||
```bash
|
||||
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
|
||||
echo -e "\n# Shared Scripts\n. \$HOME/shared-scripts/startup.sh \"$HOME/shared-scripts\"" >> ~/.bashrc
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user