Skip to content

rousan/upfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages