diff --git a/.fedora/bootstrap.sh b/.fedora/bootstrap.sh index 7200da3..3cb1943 100755 --- a/.fedora/bootstrap.sh +++ b/.fedora/bootstrap.sh @@ -19,6 +19,9 @@ sudo -n dnf install -y make fedpkg # Run make make +# Change the color scheme to a sane default +wal --theme base16-tomorrow-night + # Run vim for the first time (i.e. install plugins and exit) nvim