Skip to content

ksergey/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

274 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Copy what you want

hyprland input broken so niri FTW!

Showcase

fastfetch wallpapers menu apps menu ff+cava wifi+bt

AmneziaVPN

Install:

yay -S amneziawg-go openresolv amneziawg-tools

Up VPN:

sudo awg-quick up amnezia_for_awg.conf

Down VPN:

sudo awg-quick down amnezia_for_awg.conf

Caching DNS

As described at Systemd-resolved wiki:

sudo systemctl enable systemd-resolved.service
sudo systemctl start systemd-resolved.service
sudo ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

Other

sudo systemctl enable linux-modules-cleanup.service

Heroes 3 HotA

Install packages:

yay -S umu-launcher lib32-pipewire lib32-gnutls

Install the game:

GAMEID="Heroes3_HotA" umu-run <path to installer>

Run the game:

GAMEID="Heroes3_HotA" UMU_RUNTIME_UPDATE=0 umu-run HD_Launcher.exe

(optional) Create desktop entry at $HOME/.local/share/applications:

cat > $HOME/.local/share/applications/Heroes3HotA.desktop <<EOF
[Desktop Entry]
Type=Application
Name=Heroes 3
Path=$HOME/Games/umu/Heroes3_HotA/drive_c/Games/Heroes3_HotA
Exec=env GAMEID="Heroes3_HotA" UMU_RUNTIME_UPDATE=0 umu-run $HOME/Games/umu/Heroes3_HotA/drive_c/Games/Heroes3_HotA/HD_Launcher.exe
StartupNotify=true
Icon=$HOME/Games/umu/Heroes3_HotA/drive_c/Games/Heroes3_HotA/icon.png
Categories=Game
EOF

Also you need an icon for menu entry

Vim

Just copy everything into your home. For complete vim installation run inside vim :PlugInstall

Switch colorschemes

see .config/scripts/make-theme-rong.sh

Theming