Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 462 Bytes

TESTING.md

File metadata and controls

31 lines (21 loc) · 462 Bytes

Development Testing

Ubuntu

Uninstall everything

# Remove shell integrations
abc_setup --uninstall --no-prompt

# Remove abc app
pipx uninstall abc-cli

# Remove pipx
sudo apt remove -y pipx

# Move aside config file
mv $HOME/.abc.conf $HOME/dot-abc.conf-$(date +%Y%m%d-%H%M%S)

Install with prompts

curl -fsSL https://getabc.sh/ | bash

Install without prompts

curl -fsSL https://getabc.sh/ | bash -s -- --no-prompt