These configuration files let me rice, and customize my operating system to my prefrences. It also includes packages, and configurations for other tools which I use on a daily basis.
- OS - Windows 11 & Arch
- Desktop Environment - KDE Plasma
- Text Editor - Visual Studio Code & vim
- Terminal - Terminal & Alacritty
- Shells
- Shell Prompt - Oh My Posh
- Package Managers
- File Managers
Run the installation script through pwsh by
irm "raw.githubusercontent.com/xxiz/.dotfiles/main/setup.ps1" | iex
Note: If this is your first time running a remote script you have to update your execution policy by running
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser