diff --git a/fedora/configure_fresh_system b/fedora/configure_fresh_system index 6710e6e8..89bf2777 100755 --- a/fedora/configure_fresh_system +++ b/fedora/configure_fresh_system @@ -29,10 +29,11 @@ if [[ -z $NO_SYSTEMCTL ]]; then sudo systemctl list-timers "*dnf-*" fi +mkdir -p ~/Downloads cd ~/Downloads rm -f "*code*.rpm" aria2c "https://go.microsoft.com/fwlink/?LinkID=760867" -sudo dnf install "*code*.rpm" +sudo dnf -y install "*code*.rpm" code --install-extension cssho.vscode-svgviewer code --install-extension donjayamanne.python code --install-extension saviorisdead.RustyCode