Skip to content

Instantly share code, notes, and snippets.

@elpddev
Last active September 9, 2020 19:14
Show Gist options
  • Save elpddev/c89c6c288489e7dcb5b2da094f19c77b to your computer and use it in GitHub Desktop.
Save elpddev/c89c6c288489e7dcb5b2da094f19c77b to your computer and use it in GitHub Desktop.
Utilities and Software for bootstrap workstation

Workstation Utilities

Terminal Fonts

Powerline

https://github.com/powerline/fonts

Git

Git Bash Prompt

Home

git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1

Add to bashrc

if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
    GIT_PROMPT_ONLY_IN_REPO=1
    source $HOME/.bash-git-prompt/gitprompt.sh
fi

Diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment