Skip to content

M4rti21/dotfiles

Repository files navigation

My Dotfiles

This my personal Hyprland config for Arch Linux. Wallpapers here: https://drive.m4rti.dev/s/zByAm9WtkDFNKXy

Desktop

hyprland            # WM/Compositor
xdg-desktop-portal-hyprland # screenshare portal
xdg-desktop-portal-gtk      # file picker portal
xdg-user-dirs       # something
waybar              # panel 
hyprpaper           # wallpaper
tofi                # run launcher
wl-gammarelay-rs    # brightness/nightmode
wl-clipboard        # clipboard on wayland
wl-clip-persist     # clipboard persist on wayland
xclip               # clipboard on X11
cliphist            # clipboard history

Audio

pipewire 
pipewire-pulse
wireplumber 
alsa-utils 
pavucontrol 

Terminal

zsh                 # shell
foot                # terminal
eza                 # ls replacement
bat                 # better cat
jq                  # json parser
btop                # tui system monitor
rocm-smi-lib        # btop dependency for gpu monitoring on AMD
fastfetch           # better neofetch
tmux                # terminal multiplexer
trash-cli           # rm replacement

File management

lf                  # file manager
ripdrag             # drag from terminal 
ctpv                # file preview handler
chafa               # image preview
ffmpegthumbnailer   # video preview
perl-file-mimeinfo  # mimeopen command

zip
unzip
unrar
tar
p7zip

Other apps

imv                 # image viewer
mpv                 # video player
zathura             # pdf viewer
zathura-pdf-poppler
newsboat            # rss reader
neovim              # text editor
gimp                # image editor (FLATPAK)
inkscape            # vector graphics (FLATPAK)
texlive             # pdf compiler

Mount External Drives

udiskie             # automount drives

Manage Keys

gnome-keyring       # application key manager
bitwarden           # password manager (FLATPAK)

Flatpaks

flatpak
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

AppImage

fuse2

Snap

# not gonna use that lol

Add Windows Partition to systemd-boot

# Mount Windows boot partition (sda1 example)
sudo mount /dev/sda1 /mnt/windows
cd /mnt/windows/EFI
sudo cp -r Microsoft /boot/EFI

Other

i2c-ch341-dkms      # 3D printer arduino drivers

QEMU/KVM

Install KVM Packages:

paru -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat ebtables iptables
# For TPM support (windows 11) install
paru -S swtpm 

Sources:

Releases

No releases published

Packages

No packages published