rousan / upfy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 100.0%