You can run the script using the bellow methods.
| Method | Command |
|---|---|
| curl | sh -c "$(curl -fsSL https://raw.githubusercontent.com/PedroBuffon/dotfiles/master/install.sh)" |
| wget | sh -c "$(wget -O- https://raw.githubusercontent.com/PedroBuffon/dotfiles/master/install.sh)" |
| fetch | sh -c "$(fetch -o - https://raw.githubusercontent.com/PedroBuffon/dotfiles/master/install.sh)" |