#!/usr/bin/env bash # main packages yay -Sy vim neovim tmux zsh plasma-wayland-session plasma-systemmonitor gparted gimp htop libreoffice-fresh wireshark-qt chromium stow exa thefuck xclip --needed # extra packages yay -Sy dotnet-runtime dotnet-sdk aspnet-runtime grub-customizer xournalpp rustup cargo lazygit --needed # autorotation on tablet yay -Sy iio-sensor-proxy --needed # AUR packages yay -Sy pazi spotify tty-clock tuxy-git members --needed # oh my zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting && git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # LunarVim yay -Sy python-pynvim LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh) # dotfiles cd ~ git clone https://github.com:D4VIDB2/dotfiles.git .dotfiles cd .dotfiles rm ~/.bashrc; stow --no-filding bash rm ~/.tmux.conf; stow --no-filding tmux rm ~/.zshrc; stow --no-filding zsh stow --no-filding lvim