From e29f45ec289eee4c57685e6199fe44bf5d11f878 Mon Sep 17 00:00:00 2001 From: htamas1210 Date: Mon, 9 Feb 2026 18:49:30 +0100 Subject: [PATCH] Update configure.sh --- configure.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index fac0cf5..144793d 100755 --- a/configure.sh +++ b/configure.sh @@ -60,8 +60,6 @@ echo 'eval "$(starship init bash)"' >> $HOME/.bashrc echo "Turining on sddm login manager" sudo systemctl enable sddm -echo "Cloining kickstart nvim to nvim config location" -git clone http://rpiserver.ddns.net:3000/htamas1210/kickstart-modular.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim echo "Installing rust and go and bootdev cli" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh @@ -105,6 +103,9 @@ sudo pacman -S steam nwg-displays calibre freecad obs-studio samba cmake feh --n sudo pacman -S wine wine-gecko wine-mono winetricks --needed --noconfirm yay -S rustdesk --needed --noconfirm +echo "Cloining kickstart nvim to nvim config location" +git clone http://rpiserver.ddns.net:3000/htamas1210/kickstart-modular.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim + #echo "Installing Oh my zsh" #sudo pacman -S --needed --noconfirm zsh-autosuggestions zsh-syntax-highlighting #sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"