diff --git a/auto-setup.sh b/auto-setup.sh new file mode 100755 index 0000000..d326168 --- /dev/null +++ b/auto-setup.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +bash <(curl -s https://raw.githubusercontent.com/theFr1nge/dotfiles/main/arch-setup/arch-setup.sh)