Skip to content

Instantly share code, notes, and snippets.

@nkthiebaut
Last active March 20, 2023 22:40
Show Gist options
  • Save nkthiebaut/d1db06d7922503b37ba0dd8760bc80ed to your computer and use it in GitHub Desktop.
Save nkthiebaut/d1db06d7922503b37ba0dd8760bc80ed to your computer and use it in GitHub Desktop.
Basic bash terminal set up script
git config --global credential.helper store
git config --global user.email bobby@gmail.com
git config --global user.name bobby
export PS1="\[\033[38;5;133m\]\t\[$(tput sgr0)\] \[$(tput sgr0)\]\[\033[38;5;33m\]\w\[$(tput sgr0)\] \[$(tput sgr0)\]\[\033[38;5;2m\]\\$\[$(tput sgr0)\] \[$(tput sgr0)\]"
alias ls='ls --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment