diff --git a/scripts/install_ubuntu.sh b/scripts/configure_ubuntu.sh similarity index 100% rename from scripts/install_ubuntu.sh rename to scripts/configure_ubuntu.sh diff --git a/scripts/setup.sh b/scripts/setup.sh index ce46167a..ea52e869 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Install everything +# Setup everything script_dir="$(cd -P "$(dirname "$BASH_SOURCE")" && pwd)" cd $script_dir @@ -11,7 +11,7 @@ repo_dir=$(git rev-parse --show-toplevel) gsettings set org.gnome.desktop.session idle-delay 0 gsettings set org.gnome.desktop.screensaver lock-enabled false -sudo -E ./install_ubuntu.sh +sudo -E ./configure_ubuntu.sh cat dconfig.txt | dconf load / rm -rf "$repo_dir" reboot