Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md



Logo

Upfy

curl -s https://raw.githubusercontent.com/rousan/upfy/master/up.sh | bash && source ~/.bashrc


Upfy

A bash script to populate a fresh unix system with repeated commands and aliases.

Motivation

Whenever I create a computing engine/container (e.g. Docker, AWS, GCP), I needed to copy some repeated commands or aliases to that fresh system. So, I ended up developing this script as such other developer might find it helpful.

Usage

Run the following command to up any unix-like system with useful aliases and commands:

$ curl -s https://raw.githubusercontent.com/rousan/upfy/master/up.sh  | bash && source ~/.bashrc

Note: Please find the scripts folder to know more about commands and aliases being added.

Build

After adding scripts just run following command to zip all the scripts:

./build.sh

Contributing

I welcome open source community to add more useful scripts and aliases to make it more powerful tool. You need to populate your scripts to the scripts folder and add the entry to scripts/main.sh file and after adding just run ./build.sh to make the dist/scripts.zip file which is our distributable file.

About

A bash script to populate a fresh unix system with useful commands and aliases

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.