diff --git a/devware.csv b/devware.csv index 5cadc99..3d62c1c 100644 --- a/devware.csv +++ b/devware.csv @@ -3,6 +3,7 @@ build-base,"Meta package for build base",N, tcc,"Tiny C Compiler",N, tcc-libs,"Tiny C Compiler (libraries)",N, tcc-libs-static,"Tiny C Compiler (static library)",N, +clang20,"C language family front-end for LLVM",N, libinput,"Library for handling input devices",N, libinput-dev,"Library for handling input devices (development files)",N, wayland,"A computer display server protocol",N, diff --git a/installer.sh b/installer.sh index 7dfe8a4..1627642 100644 --- a/installer.sh +++ b/installer.sh @@ -14,7 +14,7 @@ git_install(){ deploy_dotfiles(){ printf "Deploying dotfiles...\n" - su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git README.md && cp -r .cache .config .local .zprofile /home/$user/ && cd && rm -rf dotfiles" + su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git .gitmodules README.md && cp -r .cache .config .local .zprofile /home/$user/ && cd && rm -rf dotfiles" } read_software(){ @@ -39,7 +39,7 @@ setup_greetd(){ vt = 7 [default_session] -command = "tuigreet -t -r --cmd /home/$user/.local/bin/dwmlaunch" +command = "tuigreet -t -r --cmd /home/$user/.local/bin/dwllaunch" user = "greetd" EOF