No description
- Python 40.2%
- Shell 30.5%
- Lua 29.3%
| .install | ||
| alacritty/.config/alacritty | ||
| bat/.config/bat | ||
| blks/.config/blks | ||
| book/.config/book | ||
| btop/.config/btop | ||
| clang | ||
| ctpv/.config/ctpv | ||
| dunst/.config/dunst | ||
| fastfetch/.config/fastfetch | ||
| fish/.config/fish | ||
| fnott/.config/fnott | ||
| foot/.config/foot | ||
| gitconfig/.config/git | ||
| gtk/.config | ||
| hypr/.config/hypr | ||
| kanata/.config/kanata | ||
| kitty/.config/kitty | ||
| lazydocker/.config/lazydocker | ||
| lazygit/.config/lazygit | ||
| lf/.config/lf | ||
| mako/.config/mako | ||
| mutt/.config/neomutt | ||
| newsboat/.config/newsboat | ||
| npm/.config/npm | ||
| nvim/.config/nvim | ||
| openbox/.config/openbox | ||
| otd/.config/OpenTabletDriver | ||
| picom/.config/picom | ||
| prettier | ||
| qtile/.config/qtile | ||
| qutebrowser/.config/qutebrowser | ||
| river/.config/river | ||
| rofi/.config/rofi | ||
| scripts/.local/scripts | ||
| teams/.config/teams-for-linux | ||
| tmate | ||
| tmux/.config/tmux | ||
| tofi/.config/tofi | ||
| udevrules | ||
| user-dirs/.config | ||
| waybar/.config/waybar | ||
| zathura/.config/zathura | ||
| zsh/.config/zsh | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
My Dotfiles
This my personal Hyprland config for Arch Linux. Wallpapers here: https://drive.m4rti.dev/s/zByAm9WtkDFNKXy
Desktop
dwl # WM/Compositor
xdg-desktop-portal-wlr # screenshare portal
xdg-desktop-portal-gtk # file picker portal
xdg-user-dirs # something
wbg # 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
slurp # screenshot
grim # screenshot
Audio
pipewire
pipewire-pulse
wireplumber
alsa-utils
pulsemixer
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
tmate # tmux remote
trash-cli # rm replacement
stow # dotfile manager
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 # pdf plugin
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
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: