Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repository files navigation

sys bashrc

Premise

Slimmed down sysadmin .bashrc that should hopefully have minimal system dependencies.

Extended Documentation >> https://meatware.github.io/sys_bashrc/

Installation - Git Clone

cd
git clone https://github.com/meatware/sys_bashrc.git
mv .bashrc .your_old_bashrc
ln -fs ~/sys_bashrc/_bashrc ~/.bashrc
source ~/.bashrc

Installation - wget & unzip

sudo apt install wget jq unzip

cd
mv .bashrc .your_old_bashrc
#
RELEASE_VERSION=$(wget -q -nv -O- "https://api.github.com/repos/meatware/sys_bashrc/releases/latest" | jq '.tag_name' | sed 's|v||g' | sed 's|"||g')
wget https://github.com/meatware/sys_bashrc/archive/refs/tags/v${RELEASE_VERSION}.zip -O sys_bashrc.zip
unzip sys_bashrc.zip
mv sys_bashrc-${RELEASE_VERSION} sys_bashrc
ln -fs ~/sys_bashrc/_bashrc ~/.bashrc
source ~/.bashrc

About

Slimmed down sysadmin bashrc

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages