sudo pacman -Syumkdir -p $HOME/Documents/github
cd $HOME/Documents/github
git clone https://aur.archlinux.org/yay.gitcd yay
makepkg -si sudo pacman -S --needed neovim qt6ct tmux wev kvantum brightnessctl gimp gmic gimp-plugin-gmic ghostscript gsfonts mypaint-brushes imagemagick nodejs-lts-iron npm clang docker xorg-xhost ufw openssh unzip git base-devel fastfetch stow noto-fonts-emoji usbutils libreoffice-fresh zip kicad kicad-library kicad-library-3d sl firefox discord kitty cmake xclipyay -S gimp-plugin-resynthesizer docker-buildx webapp-managermkdir -p $HOME/.local/share/fontswget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/FiraCode.zip -O /tmp/FiraCode.zipunzip /tmp/FiraCode.zip -d $HOME/.local/share/fonts/FiraCodefc-cache -fvfc-list | grep "FiraCode Nerd Font Mono"mkdir -p $HOME/Documents/github
cd $HOME/Documents/githubgit clone --depth 1 https://github.com/ryanoasis/nerd-fonts.git
cd nerd-fonts
./install.shfc-cache -fvsudo pacman -S zshchsh -s /bin/zshsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"yay -S oh-my-poshsudo pacman -S zoxidegit clone https://github.com/zdharma-continuum/zinit.git $HOME/.local/share/zinit/zinit.gitsource "${HOME}/.local/share/zinit/zinit.git/zinit.zsh"source $HOME/.zshrcrm $HOME/.bashrc
rm $HOME/.bash_history
rm $HOME/.bash_logout
rm $HOME/.bash_profile
rm $HOME/.zshrc
rm -rf $HOME/.config/kitty
rm -rf $HOME/.config/nvim
sudo rm /etc/systemd/logind.confrun stow . from the dots directory
make sure to have the dots on the home directory
git config --global user.name R5git config --global user.email robotics.utsa@gmail.comgit config --global init.defaultBranch maineval "$(ssh-agent -s)"ssh-keygen -t ed25519 -C robotics.utsa@gmail.comxclip -selection clipboard $HOME/.ssh/id_ed25519.pub ssh -T git@github.comsudo systemctl start sshd
sudo systemctl enable sshdsudo ufw allow 22/tcp- Create a Kvantum symlink
ln -s $HOME/.dots/misc/Kvanthum/ $HOME/Documents/- Go to Kvantum Manager application and install the Nordic Darker Theme inside the Kvantum folder
- Apply the theme in Kvantum manager
- go into the qt6ct app and also select dark Kvantum
https://github.com/uiriansan/SilentSDDMyay -S sddm-silent-themesudo pacman -S --needed sddm qt6-svg qt6-virtualkeyboard qt6-multimedia-ffmpegsudo git clone -b master --depth 1 https://github.com/keyitdev/sddm-astronaut-theme.git /usr/share/sddm/themes/sddm-astronaut-themesudo cp -r /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/sudo sddm --example-config | sudo tee /etc/sddm.conf > /dev/null
sudo mkdir -p /etc/sddm.conf.d[Theme]
Current=sddm-astronaut-theme``sudo -e /etc/sddm.conf.d/virtualkbd.confecho "[General]
InputMethod=qtvirtualkeyboard" | sudo tee /etc/sddm.conf.d/virtualkbd.confedit the 'ConfigFile=' section to change theme
sudo -e /usr/share/sddm/themes/sddm-custom-theme/metadata.desktopmetadata.desktop
[SddmGreeterTheme]
Name=sddm-astronaut-theme
Description=sddm-astronaut-theme
Author=keyitdev
Website=https://github.com/Keyitdev/sddm-astronaut-theme
License=GPL-3.0-or-later
Type=sddm-theme
Version=1.3
ConfigFile=Themes/frogo-falling.conf
Screenshot=Previews/astronaut.png
MainScript=Main.qml
TranslationsDirectory=translations
Theme-Id=sddm-astronaut-theme
Theme-API=2.0
QtVersion=6copy the mp4 file to the background folder
sudo cp ~/.dots/misc/man-with-jellyfish-in-space.mp4 /usr/share/sddm/themes/sddm-astronaut-theme/Backgrounds/copy the conf file into the themes
sudo cp ~/.dots/misc/man-with-jelly.conf /usr/share/sddm/themes/sddm-astronaut-theme/Themes/to Test theme use
sddm-greeter-qt6 --test-mode --theme /usr/share/sddm/themes/sddm-astronaut-theme/