No description
.config | ||
.glzr/glazewm | ||
.librewolf | ||
.local/bin | ||
.pacman-hooks | ||
.scripts | ||
AppData | ||
Documents | ||
.gitignore | ||
.zshenv | ||
pacman-packages.txt | ||
README.md | ||
winget-packages.json |
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