my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
283 B

3 years ago
  1. #!/bin/sh
  2. url="https://raw.githubusercontent.com/felipec/git-completion"
  3. version="1.2"
  4. curl -s -o _git "${url}/v${version}/git-completion.zsh" &&
  5. curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" &&
  6. curl -s -o git-prompt.sh "${url}/v${version}/git-prompt.sh"