Update configure.sh

This commit is contained in:
2026-02-09 18:49:30 +01:00
parent 5da7ad983d
commit e29f45ec28

View File

@@ -60,8 +60,6 @@ echo 'eval "$(starship init bash)"' >> $HOME/.bashrc
echo "Turining on sddm login manager" echo "Turining on sddm login manager"
sudo systemctl enable sddm 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" echo "Installing rust and go and bootdev cli"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 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 sudo pacman -S wine wine-gecko wine-mono winetricks --needed --noconfirm
yay -S rustdesk --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" #echo "Installing Oh my zsh"
#sudo pacman -S --needed --noconfirm zsh-autosuggestions zsh-syntax-highlighting #sudo pacman -S --needed --noconfirm zsh-autosuggestions zsh-syntax-highlighting
#sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" #sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"