Skip to content

vbem/yet-another-bashrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yet-another-bashrc

Linter Test

A general bashrc fragment with personalized prompt and aliases.

Snapshot

snapshot

Usage

For current user:

echo '
[[ -v YET_ANOTHER_BASHRC ]] || source <(curl -Ls -m 3 --retry 1 https://ghproxy.com/https://raw.githubusercontent.com/vbem/yet-another-bashrc/master/bashrc.sh)
[[ -v YET_ANOTHER_BASHRC ]] || source <(curl -Ls -m 3 --retry 1 https://cdn.jsdelivr.net/gh/vbem/yet-another-bashrc/bashrc.sh)
[[ -v YET_ANOTHER_BASHRC ]] || source <(curl -Ls -m 3 --retry 1 https://raw.githubusercontent.com/vbem/yet-another-bashrc/master/bashrc.sh)
' >> ~/.bashrc

For all users:

sudo echo '
[[ -v YET_ANOTHER_BASHRC ]] || source <(curl -Ls -m 3 --retry 1 https://ghproxy.com/https://raw.githubusercontent.com/vbem/yet-another-bashrc/master/bashrc.sh)
[[ -v YET_ANOTHER_BASHRC ]] || source <(curl -Ls -m 3 --retry 1 https://cdn.jsdelivr.net/gh/vbem/yet-another-bashrc/bashrc.sh)
[[ -v YET_ANOTHER_BASHRC ]] || source <(curl -Ls -m 3 --retry 1 https://raw.githubusercontent.com/vbem/yet-another-bashrc/master/bashrc.sh)
' >> /etc/bashrc

Customization

Fork -> Edit -> Enjoy

About

A general `bashrc` fragment with personalized prompt and aliases.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages