No description
Find a file
2025-05-05 09:47:55 +02:00
.config hyprland(windowRules): Update librewolf class 2025-05-03 18:14:23 +02:00
.glzr/glazewm glazewm: Revert to default config location 2025-05-03 15:46:47 +02:00
.librewolf Add librewolf.overrides.cfg 2025-03-17 17:05:58 +01:00
.local/bin Add uwu 2024-07-30 14:07:17 +02:00
.pacman-hooks Add betterdiscord hook 2025-03-25 13:26:03 +01:00
.scripts Add betterdiscord hook 2025-03-25 13:26:03 +01:00
AppData glazewm: Revert to default config location 2025-05-03 15:46:47 +02:00
Documents glazewm: Revert to default config location 2025-05-03 15:46:47 +02:00
.gitignore glazewm: Revert to default config location 2025-05-03 15:46:47 +02:00
.zshenv Moved config files to .config directory 2023-10-23 09:58:32 +02:00
pacman-packages.txt updt pacman pkgs 2025-05-05 09:47:55 +02:00
README.md theme-changer: Re-add betterdiscord + pywalfox support for LibreWolf 2025-03-18 09:22:18 +01:00
winget-packages.json win: Add Bitwarden desktop client 2025-04-27 10:27:04 +02:00

dotfiles

My Arch Linux + Hyprland config

Install

git init --bare "$HOME/.dotfiles"
alias cfg="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
cfg config --local status.showUntrackedFiles no
cfg remote add --fetch origin https://git.ahur.ac/Viyurz/dotfiles.git
cfg pull origin main
cfg branch --set-upstream-to=origin/main main

Required packages:

paru -S 7zip blueman bottom cliphist eww fastfetch git grim hyprcursor hypridle hyprland hyprland-qtutils hyprlock hyprpaper imagemagick jq kitty librewolf-bin networkmanager network-manager-applet nm-connection-editor noto-fonts noto-fonts-cjk noto-fonts-emoji oh-my-zsh-git otf-font-awesome pacman-contrib pastel pavucontrol pipewire-alsa pipewire-jack pipewire-pulse polkit-gnome python-pywal python-pywalfox-librewolf rose-pine-cursor rose-pine-hyprcursor slurp socat swaync swayosd-git ttf-jetbrains-mono-nerd udiskie wl-clipboard wlogout wofi xdg-desktop-portal-hyprland zoxide zsh zsh-autosuggestions

Optional packages:

paru -S betterdiscordctl discord element-desktop openrgb rose-pine-gtk-theme-full syncthing thunderbird

System configuration

/etc/bluetooth/main.conf
---
[Policy]
AutoEnable=false
/etc/pacman.conf
---
[options]
Color
VerbosePkgLists
ParallelDownloads = 25

Windows

winget install Chocolatey.Chocolatey Microsoft.OpenSSH.Beta
choco install git --params /NoOpenSSH
git init --bare "$HOME/.dotfiles"
function Alias-Cfg { git --git-dir=$HOME\.dotfiles --work-tree=$HOME $Args }; New-Alias -Name cfg -Value Alias-Cfg
cfg config --local status.showUntrackedFiles no
cfg remote add --fetch origin https://git.ahur.ac/Viyurz/dotfiles.git
cfg pull origin main
cfg branch --set-upstream-to=origin/main main
choco install "$HOME\.config\chocolatey\packages.config"
Install-Module -Name FP.SetWallpaper