2022-08-10 12:47:12 +03:00
2022-11-09 11:50:51 +02:00
2022-11-09 11:50:51 +02:00
2022-11-09 15:28:30 +02:00
2022-08-10 12:36:19 +03:00
2023-08-04 11:39:10 +03:00

bashrc

Download

Automated

Target URL for automated download is https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh which has been shortened to https://72.lv/bashrc

cURL

curl -L https://72.lv/bashrc | bash

wget

wget -qO - https://72.lv/bashrc | bash

Manual

cURL

curl -Os "https://git.72.lv/eriks/bashrc/raw/branch/master/.bash_profile"
curl -Os "https://git.72.lv/eriks/bashrc/raw/branch/master/.bash_logout"
curl -Os "https://git.72.lv/eriks/bashrc/raw/branch/master/.bash_aliases"
curl -Os "https://git.72.lv/eriks/bashrc/raw/branch/master/.bashrc"

wget

wget "https://git.72.lv/eriks/bashrc/raw/branch/master/.bash_profile" -O .bash_profile
wget "https://git.72.lv/eriks/bashrc/raw/branch/master/.bash_logout" -O .bash_logout
wget "https://git.72.lv/eriks/bashrc/raw/branch/master/.bash_aliases" -O .bash_aliases
wget "https://git.72.lv/eriks/bashrc/raw/branch/master/.bashrc" -O .bashrc
Description
No description provided
Readme 48 KiB
Languages
Shell 100%