diff --git a/post-install.sh b/post-install.sh index d20b93e..b9f8542 100644 --- a/post-install.sh +++ b/post-install.sh @@ -90,7 +90,7 @@ make install make clean echo "Building neovim..." -cd /usr/local/src/st/ +cd /usr/local/src/neovim/ make CMAKE_BUILD_TYPE=RelWithDebInfo make install @@ -100,6 +100,13 @@ cd /opt/yay makepkg -si echo "Cloning dotfiles..." +git clone https://git.tovijaeschke.xyz/tovi/dotfiles.git /home/tovi/.dotfiles/ +chown -R tovi:tovi /home/tovi/.dotfiles +su -c "cd ~/.dotfiles/ && stow ." tovi + +echo 'ZDOTDIR=$HOME/.config/zsh' > /etc/zsh/zshenv + +chsh -s /bin/zsh tovi echo "Enabling networkmanager service..." diff --git a/user_configuration.json b/user_configuration.json index 9174257..b9095a6 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -151,7 +151,9 @@ "libxft", "xorg-server", "xorg-xinit", - "libxinerama" + "libxinerama", + "dunst", + "ttf-jetbrains-mono-nerd" ], "parallel downloads": 5, "profile_config": {