2024-07-30 14:10:55 +02:00
|
|
|
# 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 set-url --add origin https://git.ahur.ac/Viyurz/dotfiles.git
|
|
|
|
cfg branch --set-upstream-to=origin/main main
|
|
|
|
cfg pull
|
|
|
|
```
|
|
|
|
|
|
|
|
Required packages:
|
|
|
|
|
|
|
|
```
|
2024-10-21 09:58:57 +02:00
|
|
|
paru -S blueman bottom cliphist eww fastfetch firefox git gnome-keyring grim hyprcursor hypridle hyprland hyprlock hyprpaper imagemagick jq kitty mako 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 rose-pine-cursor rose-pine-hyprcursor slurp socat swayosd-git ttf-jetbrains-mono-nerd udiskie waybar wl-clipboard wlogout wofi xdg-desktop-portal-hyprland zoxide zsh zsh-autosuggestions
|
2024-07-30 14:10:55 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
Optional packages:
|
|
|
|
|
|
|
|
```
|
|
|
|
yay -S betterdiscordctl discord element-desktop mailspring openrgb rose-pine-gtk-theme-full syncthing
|
|
|
|
```
|
2024-10-07 09:04:17 +02:00
|
|
|
|
|
|
|
## System configuration
|
|
|
|
|
|
|
|
```
|
|
|
|
/etc/bluetooth/main.conf
|
|
|
|
---
|
|
|
|
[Policy]
|
|
|
|
AutoEnable=false
|
|
|
|
```
|
2024-10-07 09:10:45 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
/etc/pacman.conf
|
|
|
|
---
|
|
|
|
[options]
|
|
|
|
Color
|
|
|
|
VerbosePkgLists
|
|
|
|
ParallelDownloads = 25
|
|
|
|
```
|