diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-14 03:21:00 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-14 03:21:00 -0400 |
commit | 2c684cd8f0fa4145453b93727c53f51846e14fc2 (patch) | |
tree | 8252cbf159820f100eddcb4e46e7463e52e0e9c1 | |
parent | Move quicklisp install to package install section for consistency (diff) | |
download | dotfiles.core-2c684cd8f0fa4145453b93727c53f51846e14fc2.tar.gz dotfiles.core-2c684cd8f0fa4145453b93727c53f51846e14fc2.tar.bz2 dotfiles.core-2c684cd8f0fa4145453b93727c53f51846e14fc2.zip |
Fix whitespace/alignment
-rwxr-xr-x | new-user-setup.sh | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/new-user-setup.sh b/new-user-setup.sh index d5cf2a1..f734b96 100755 --- a/new-user-setup.sh +++ b/new-user-setup.sh | |||
@@ -78,17 +78,16 @@ while | |||
78 | "y"|"Y") | 78 | "y"|"Y") |
79 | sudo pkg update | 79 | sudo pkg update |
80 | sudo pkg upgrade && sudo pkg install \ | 80 | sudo pkg upgrade && sudo pkg install \ |
81 | audio/dsbmixer \ | 81 | audio/dsbmixer \ |
82 | audio/gtk-mixer \ | 82 | audio/gtk-mixer \ |
83 | graphics/drm-kmod \ | 83 | graphics/drm-kmod \ |
84 | graphics/ImageMagick7 \ | 84 | graphics/ImageMagick7 \ |
85 | graphics/poppler-glib \ | 85 | graphics/poppler-glib \ |
86 | mail/isync \ | 86 | mail/isync \ |
87 | www/firefox \ | 87 | www/firefox \ |
88 | x11/arandr \ | 88 | x11/arandr \ |
89 | x11-fonts/nerd-fonts \ | 89 | x11-fonts/nerd-fonts \ |
90 | x11/xorg | 90 | x11/xorg |
91 | |||
92 | # Install Quicklisp | 91 | # Install Quicklisp |
93 | if [[ ! -d $HOME/lisp/quicklisp ]]; then | 92 | if [[ ! -d $HOME/lisp/quicklisp ]]; then |
94 | curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp | 93 | curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp |