Skip to content

Instantly share code, notes, and snippets.

@dalguji
Last active August 11, 2022 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalguji/90c36de3d4dd656daa2f41b9c37aa6c7 to your computer and use it in GitHub Desktop.
Save dalguji/90c36de3d4dd656daa2f41b9c37aa6c7 to your computer and use it in GitHub Desktop.
cd ~
if [[ -f ".vimrc" ]]; then
mv .vimrc .vimrc_old
fi
curl -s https://gist.githubusercontent.com/dalguji/6d3f8e3242414a9fdacb/raw > .vimrc
if [[ -f ".bash_profile" ]]; then
mv .bash_profile .bash_profile_old
fi
curl -s https://gist.githubusercontent.com/dalguji/a86229057c9521e56f5f9586390f15c7/raw > .bash_profile
export HISTSIZE=0
echo -e "\033[0;32m[Complete]\033[0m Shell Environment Setup"
echo -e "\033[0;94m[Now try]\033[0m . ~/.bash_profile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment