Untitled
unknown
plain_text
a year ago
531 B
2
Indexable
Never
git clone https://github.com/slomkowski/bash-full-of-colors.git .bash-full-of-colors [ -f .bashrc ] && mv -v .bashrc bashrc.old [ -f .bash_profile ] && mv -v .bash_profile bash_profile.old [ -f .bash_aliases ] && mv -v .bash_aliases bash_aliases.old [ -f .bash_logout ] && mv -v .bash_logout bash_logout.old ln -s .bash-full-of-colors/bashrc.sh .bashrc ln -s .bash-full-of-colors/bash_profile.sh .bash_profile ln -s .bash-full-of-colors/bash_aliases.sh .bash_aliases ln -s .bash-full-of-colors/bash_logout.sh .bash_logout